Skip to content

Commit 2cd6500

Browse files
Update ticket references.
1 parent d33d418 commit 2cd6500

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

doc/whatsnew/0.6.rst

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Backward Incompatible API Changes
2323
=================================
2424

2525
* 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`.
2929
* ``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.
3131
* ``exceptions`` attribute has been removed from `Context` objects and
3232
:class:`pyamf.codec.IndexedCollection`. Any method that used to raise
3333
:class:`pyamf.ReferenceError` will now return ``None`` for speed.
@@ -48,27 +48,21 @@ Integration
4848
Django
4949
------
5050

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`.
5353
* Django 1.2 supported, including the new CSRF middleware.
5454

5555
Google AppEngine
5656
----------------
57-
* All ``db.Model`` properties are now encoded dynamically. See `#677`_.
57+
* All ``db.Model`` properties are now encoded dynamically. See :ticket:`677`.
5858

5959
SQLAlchemy
6060
----------
6161

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`.
6464

6565

6666
.. _Elixir: http://www.elixir.ematia.de
6767
.. _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
7468
.. _massive gains: http://blog.pyamf.org/2010/08/a-brief-history-of-speed

0 commit comments

Comments
 (0)