.. |
admin
|
Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`:
|
2009-01-16 15:32:31 +00:00 |
admindocs
|
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding
|
2008-09-08 05:19:28 +00:00 |
auth
|
Fixed #6470: made the admin use a URL resolver.
|
2009-01-14 20:22:25 +00:00 |
comments
|
A few small fixes to django.contrib.comments (Comment.get_as_text for non-authenticated users; references to Comment.permalink; unused imports). Fixes #9143, #9429, and 9439. Thanks, Thejaswi Puthraya.
|
2009-01-12 17:27:41 +00:00 |
contenttypes
|
Refs #8248 - GenericRelations descriptors now return self when accessed via class
|
2008-12-03 15:45:19 +00:00 |
csrf
|
Fixed some function name errors in code doc.
|
2009-02-07 18:06:32 +00:00 |
databrowse
|
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding
|
2008-09-08 05:19:28 +00:00 |
flatpages
|
Cleaned up a bunch of minor doc stuff:
|
2008-09-02 16:42:13 +00:00 |
formtools
|
Fixed #8570: Corrected some code that was using 8-space tabs for some reason. Thanks to Manuel Saelices for the report.
|
2008-09-14 07:04:40 +00:00 |
gis
|
Fixed #9858 -- Added ability to use PostGIS template with GIS test runner via `POSTGIS_TEMPLATE` setting. Thanks to Aryeh Leib Taurog for feature suggestion and initial patch.
|
2009-02-01 18:22:57 +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 #9259 -- Fixed a validation error for Spanish identity card numbers.
|
2008-10-05 05:59:04 +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
|
Cleaned up a bunch of minor doc stuff:
|
2008-09-02 16:42:13 +00:00 |
sessions
|
Fixed #6791: added a write-through cache session backend: session data is written through the cache to the database, but read from the cache for speed. Thanks to jhenry, mcroydon, and jdunck.
|
2009-01-10 22:18:14 +00:00 |
sitemaps
|
Fixed #8574 -- Made Sitemap a new-style class
|
2008-09-17 04:56:04 +00:00 |
sites
|
Fixed #8710: removed a few stray tabs. Thanks, gkelly.
|
2008-08-30 19:25:40 +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 |