.. |
admin
|
Fixed #8498 -- Add the ability to customize the template for app_index similar to the other views on the AdminSite class. Thanks Jannis Leidel for the patch.
|
2008-08-23 16:27:12 +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 #8493 -- Fixed a NoReverseMatch when redirecting to password_change/done/ in the admin. Added the ability to override redirects to other password change views for consistency. Thanks for the report mtrichardson.
|
2008-08-23 03:26:01 +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 #8465. Mark KML input as safe so elements aren't escaped; added some defaults for name and description.
|
2008-08-23 07:06:30 +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
|
When logging in, change the session key whilst preserving any existing
|
2008-08-21 13:54:53 +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 |