..
admin
Fixed #8577 -- Fixed a couple of indentation errors when viewing the app-index
2008-08-27 05:22:25 +00:00
admindocs
Fixed #7811 : moved admindocs templates into admindocs/templates. This is slightly backwards-incompatible in that if you're using the admindocs you'll need to add 'django.contrib.admindocs' to INSTALLED_APPS.
2008-08-09 15:53:50 +00:00
auth
Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather than hard-coding the value.
2008-08-27 06:02:13 +00:00
comments
Fixed get_absolute_url() for comments. Previously, it relied on "view on site"
2008-08-27 07:04:58 +00:00
contenttypes
Fixed #5937 -- When filtering on generic relations, restrict the target objects to those with the right content type.
2008-08-27 05:22:33 +00:00
csrf
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey.
2008-08-02 05:56:57 +00:00
databrowse
Fixed #8519 : report the correct class in databrowse's `AlreadyRegistered` error. Thanks, mattmcc.
2008-08-25 18:32:26 +00:00
flatpages
Fixed #8376 -- Use request.path and request.path_info at the right moments when
2008-08-21 01:40:22 +00:00
formtools
Fixed #6893 : `FormWizard` now properly updates its `step` value. Thanks, siddhi and wamberg.
2008-08-26 21:33:56 +00:00
gis
Removed trailing whitespace in a few files.
2008-08-26 04:55:56 +00:00
humanize
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
2008-02-19 00:08:08 +00:00
localflavor
Fixed #8425 : removed the independant nations of Palau, Marshall Islands, and Micronesia from localflavor's list of US states.
2008-08-25 19:11:41 +00:00
markup
Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well as
2008-04-15 02:00:15 +00:00
redirects
Moved RedirectAdmin in django.contrib.redirects to an admin.py module.
2008-07-21 16:01:05 +00:00
sessions
Avoid a crash when unencoding session data for the db backend. This is required
2008-08-23 22:59:04 +00:00
sitemaps
Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks,
2008-08-08 15:40:31 +00:00
sites
Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster.
2008-08-06 15:32:46 +00:00
syndication
Fixed #6547 , added support for GeoRSS feeds in `django.contrib.gis.feeds`; added the `feed_extra_kwargs` and `item_extra_kwargs` to the `Feed` baseclass so that it's possible for subclasses to add dynamic attributes.
2008-08-16 20:40:47 +00:00
webdesign
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
2008-02-19 00:08:08 +00:00
__init__.py
Created django.contrib and moved comments into it
2005-07-14 18:20:03 +00:00