django1/django/contrib
Malcolm Tredinnick 31ec68c5d9 Added a clear() method to sessions. Patch from mrts. Refs #7515.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-14 03:57:30 +00:00
..
admin Added back save_model that was removed from [8273] to allow for both pre- and post- operations around save in ModelAdmin. 2008-08-11 17:20:47 +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 #8131: use reverse() in auth views. Patch from davenaff. 2008-08-12 23:31:31 +00:00
comments 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
contenttypes Fixed #4667 -- Added support for inline generic relations in the admin. Thanks to Honza Král and Alex Gaynor for their work on this ticket. 2008-08-10 04:03:01 +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 #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00
flatpages Refs #7742 -- newforms-admin does not use oldforms `validator_list` argument, made a custom `FlatPageForm` to check the entered URL. 2008-08-11 04:28:33 +00:00
formtools 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
gis Fixed the `gis` test suite, finished conversions missed in r8296. Thanks, robotika. 2008-08-11 17:54:44 +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 #7575 -- Peru now has regions, not departments (changed at some pointi n 2008-08-08 15:34:02 +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 Added a clear() method to sessions. Patch from mrts. Refs #7515. 2008-08-14 03:57:30 +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 Added a couple of extra syndication tests, and generally sanitized the existing ones. Refs #6547. 2008-08-11 20:49:19 +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