Changes between Version 249 and Version 250 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 25, 2008, 5:16:43 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v249 v250 1220 1220 1221 1221 [8548] removed the django-admin `adminindex` command; the changes merged in newforms-admin mean that a custom index template or even a custom `AdminSite.index` method are a better approach. 1222 1223 == Replaced django.contrib.comments == 1224 1225 [8557] replaced `django.contrib.comments` with a modern system that's actually document. It's also quite different from the old undocumented system; anyone who was using it should read the [http://docs.djangoproject.com/en/dev/ref/contrib/comments/upgrade/ upgrading guide].