Changes between Version 201 and Version 202 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 2, 2008, 11:53:49 AM (16 years ago)
Author:
anonymous
Comment:

Fixed minor typo

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v201 v202  
    10571057In [8191], several deprecated features were removed:
    10581058
    1059  * The"simple" cache backend was removed, use the [http://www.djangoproject.com/documentation/cache/#local-memory-caching "locmem" backend] instead.
     1059 * The "simple" cache backend was removed, use the [http://www.djangoproject.com/documentation/cache/#local-memory-caching "locmem" backend] instead.
    10601060 * The `ObjectPaginator` class was removed, use the new [http://www.djangoproject.com/documentation/pagination/ Paginator and Page classes] instead.
    10611061 * The `edit_inline_type` argument for `ForeignKey` fields was removed, use [http://www.djangoproject.com/documentation/admin/#inlinemodeladmin-objects InlineModelAdmin] instead.
Back to Top