.. |
admin
|
Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin and InlineModelAdmin to be able to handle prepopulated fields on a case-by-case basis. Thanks, leanmeandonothingmachine.
|
2011-04-22 12:02:25 +00:00 |
comments
|
Fixed #14176 -- Added forwards compatibility to the legacy syndication feed view. This allows class-based feeds to be deployed using the old-style feed view, as long as the feed requires no arguments (i.e., get_object returns None). Thanks to psychcf for the report, cwhaines for the investigation, and Andrew Godwin for the assist.
|
2011-01-13 14:51:34 +00:00 |
formtools
|
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
2011-04-01 16:10:22 +00:00 |
gis
|
Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now recommend the OSGeo4W installer for spatial libraries.
|
2011-03-17 20:06:19 +00:00 |
auth.txt
|
Fixed #14141: docs now use the :doc: construct for links between documents.
|
2010-08-19 19:27:44 +00:00 |
contenttypes.txt
|
Fixed #14820 -- Added more information to the generic relation docs regarding different choices for storing PK references for a GenericForeignKey. Thanks to mrmachine for the all the work on the patch.
|
2011-02-16 00:18:09 +00:00 |
csrf.txt
|
Corrected factual error regarding logging in the CSRF docs
|
2011-04-20 11:39:10 +00:00 |
databrowse.txt
|
Fixed #14141: docs now use the :doc: construct for links between documents.
|
2010-08-19 19:27:44 +00:00 |
flatpages.txt
|
Switched to HTML5 doctype in all Django supplied templates.
|
2011-04-20 17:40:53 +00:00 |
humanize.txt
|
Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phinpho, djansoft and xtrqt.
|
2011-04-22 12:02:47 +00:00 |
index.txt
|
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
2010-12-26 00:37:14 +00:00 |
localflavor.txt
|
Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Daniel Duan, DaNmarner and Łukasz Rekucki.
|
2011-04-22 12:02:38 +00:00 |
markup.txt
|
Fixed #15365 -- Added a warning to the `contrib.markup` docs reminding users that the marked up output will not be escaped.
|
2011-02-28 05:39:44 +00:00 |
messages.txt
|
Advanced deprecation of user-based messages and the LegacyFallbackStorage in contrib.messages.
|
2011-04-02 08:36:04 +00:00 |
redirects.txt
|
Fixed #14141: docs now use the :doc: construct for links between documents.
|
2010-08-19 19:27:44 +00:00 |
sitemaps.txt
|
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
2010-12-26 00:37:14 +00:00 |
sites.txt
|
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
2011-04-01 16:10:22 +00:00 |
staticfiles.txt
|
Fixes #15270 -- Moved back the serve view to django.views.static due to dependency conflicts with the contrib app staticfiles (reverts parts of r14293). Added a helper function that generates URL patterns for serving static and media files during development. Thanks to Carl for reviewing the patch.
|
2011-02-14 01:42:26 +00:00 |
syndication.txt
|
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
2011-04-01 16:10:22 +00:00 |
webdesign.txt
|
Fixed #14141: docs now use the :doc: construct for links between documents.
|
2010-08-19 19:27:44 +00:00 |