@@ -23,11 +23,11 @@ Backward Incompatible API Changes
23
23
=================================
24
24
25
25
* Switched the client from :py:mod: `httplib ` to :py:mod: `urllib2 ` to provide
26
- support for gzipped responses and proper HTTP proxying. See ` # 751 `_ .
27
- * ``pyamf.util.IndexedMap `` has been removed. See ` # 732 `_ .
28
- * ``__new__ `` is used in favour of ``__init__ ``. See ` # 700 `_ .
26
+ support for gzipped responses and proper HTTP proxying. See :ticket: ` 751 `.
27
+ * ``pyamf.util.IndexedMap `` has been removed. See :ticket: ` 732 `.
28
+ * ``__new__ `` is used in favour of ``__init__ ``. See :ticket: ` 700 `.
29
29
* ``pyamf.ClientTypes `` served no purpose and was not compliant with the
30
- AMF0 specification. It has been removed. See ` # 651 `_ for more information.
30
+ AMF0 specification. It has been removed. See :ticket: ` 651 ` for more information.
31
31
* ``exceptions `` attribute has been removed from `Context ` objects and
32
32
:class: `pyamf.codec.IndexedCollection `. Any method that used to raise
33
33
:class: `pyamf.ReferenceError ` will now return ``None `` for speed.
@@ -48,27 +48,21 @@ Integration
48
48
Django
49
49
------
50
50
51
- * Empty relations are now encoded as ``None ``, not `pyamf.Undefined `.
52
- * All ``model.Model `` fields are now encoded dynamically. See ` # 677 `_ .
51
+ * Empty relations are now encoded as ``None ``, not `` pyamf.Undefined ` `.
52
+ * All ``model.Model `` fields are now encoded dynamically. See :ticket: ` 677 `.
53
53
* Django 1.2 supported, including the new CSRF middleware.
54
54
55
55
Google AppEngine
56
56
----------------
57
- * All ``db.Model `` properties are now encoded dynamically. See ` # 677 `_ .
57
+ * All ``db.Model `` properties are now encoded dynamically. See :ticket: ` 677 `.
58
58
59
59
SQLAlchemy
60
60
----------
61
61
62
- * All mapped properties are now encoded dynamically. See ` # 677 `_ .
63
- * Tested with SQLAlchemy 0.6. See ` # 747 `_ .
62
+ * All mapped properties are now encoded dynamically. See :ticket: ` 677 `.
63
+ * Tested with SQLAlchemy 0.6. See :ticket: ` 747 `.
64
64
65
65
66
66
.. _Elixir : http://www.elixir.ematia.de
67
67
.. _lxml : http://lxml.de
68
- .. _#732 : http://dev.pyamf.org/ticket/732
69
- .. _#700 : http://dev.pyamf.org/ticket/700
70
- .. _#651 : http://dev.pyamf.org/ticket/651
71
- .. _#677 : http://dev.pyamf.org/ticket/677
72
- .. _#747 : http://dev.pyamf.org/ticket/747
73
- .. _#751 : http://dev.pyamf.org/ticket/751
74
68
.. _massive gains : http://blog.pyamf.org/2010/08/a-brief-history-of-speed
0 commit comments