.. |
admin
|
Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation when using custom `ModelForm`s.
|
2008-08-28 15:43:04 +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
|
Removed oldforms, validators, and related code:
|
2008-08-27 07:19:44 +00:00 |
comments
|
Fixed #8608: corrected doc link in comment 400 error page.
|
2008-08-28 19:46:33 +00:00 |
contenttypes
|
Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).
|
2008-08-28 05:00:23 +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
|
Removed oldforms, validators, and related code:
|
2008-08-27 07:19:44 +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 #8276: corrected another couple of names in localflavor.pl.forms. Patch by Piotr Lewandowski.
|
2008-08-27 23:05:25 +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
|
Fixed #8311 -- Avoid an infinite loop with session key generation when using
|
2008-08-27 08:58:51 +00:00 |
sitemaps
|
Fixed #8020 -- Fixed paginator initialisation in sitemaps framework. Thanks,
|
2008-08-08 15:40:31 +00:00 |
sites
|
Updated a few save() methods on models to accept force_insert and force_update
|
2008-08-28 19:28:17 +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 |