.. |
admin
|
Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to rajeshd for the report of a problem case.
|
2008-08-24 06:34:18 +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
|
Added app_label to the context for the add user admin view.
|
2008-08-24 06:46:53 +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
|
Fixed #8376 -- Use request.path and request.path_info at the right moments when
|
2008-08-21 01:40:22 +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 KML sitemaps, and added support for generating KMZ and GeoRSS sitemaps; sitemaps now support Google's Geo Sitemap format.
|
2008-08-23 19:22:23 +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 #8415 -- Fixed a typo in the localflavor for the Netherlands. Thanks,
|
2008-08-19 20:27: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 |