django/docs/topics
2015-02-03 16:38:09 -05:00
..
auth [1.7.x] Removed doc note about PasswordResetForm requiring an integer PK. 2015-01-01 11:40:08 -05:00
class-based-views [1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles. 2014-08-23 19:31:05 -04:00
db [1.7.x] Fixed #24041 -- Documented effect of changing a model instance's primary key. 2014-12-24 15:07:27 -05:00
forms [1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docs 2015-01-06 09:00:27 +01:00
http [1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging. 2015-01-16 09:42:03 -05:00
i18n [1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt. 2014-12-11 12:12:33 -05:00
testing [1.7.x] Simplified a versionchanged note for LiveServerTestCase. 2015-02-01 21:07:38 -05:00
cache.txt [1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX 2014-12-23 14:40:35 -05:00
checks.txt [1.7.x] Fixed #23959 -- Clarified when checks automatically run. 2014-12-22 11:35:57 -05:00
conditional-view-processing.txt Fixed typo in docs/topics/conditional-view-processing.txt 2013-08-26 11:19:40 +02:00
email.txt [1.7.x] Fixed #23900 -- Added missing imports in code example. 2014-11-23 23:08:13 +01:00
files.txt [1.7.x] Fixed #22347 -- Unified FileSystemStorage documentation. 2014-04-02 13:01:03 -04:00
index.txt Added first cut at reference documentation for the checks framework. 2014-03-03 18:56:11 +08:00
install.txt [1.7.x] Demoted "Installing a distribution-specific package" in install notes. 2015-02-03 16:38:09 -05:00
localflavor.txt Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. 2013-07-29 10:54:53 +02:00
logging.txt [1.7.x] Fixed pep8 in docs/topics/logging.txt 2014-10-15 18:56:00 -04:00
migrations.txt [1.7.x] Updated recommendation for testing keyword arg in custom fields. 2015-01-30 08:30:07 -05:00
pagination.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
performance.txt Fixed doc typos. 2014-02-28 11:44:03 -05:00
python3.txt [1.7.x] Updated six to 1.9.0. 2015-01-02 13:23:18 -05:00
security.txt [1.7.X] Fixed #23561 -- Corrected a security doc example that requires an unquoted HTML attribute. 2014-09-26 11:08:26 -06:00
serialization.txt [1.7.x] Fixed versionchanged indentation in docs/. 2014-11-03 21:43:21 -05:00
settings.txt [1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides. 2014-09-29 18:17:13 -04:00
signals.txt [1.7.x] Added notes on registering signals in ready() and using dispatch_uid. 2014-11-27 11:23:43 -05:00
signing.txt Fixed #18745 - Documentation change explaining tuple to list with signing. 2014-02-16 13:12:49 +01:00
templates.txt [1.7.x] Fixed #23735 -- Clarified that admindocs must be enabled to view template tag libraries in admin. 2014-10-30 19:04:34 -04:00