django/docs/ref
Adam Kaliński 38096da5c0 [1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.
Thanks EvilDMP for the suggestion.

Backport of ec08d62a20 from master
2014-03-24 09:45:56 -04:00
..
class-based-views [1.6.x] Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index 2014-02-23 13:58:08 +01:00
contrib [1.6.x] Fixed #21908 -- Added example usage for ModelAdmin.get_inline_instances(). 2014-03-03 10:42:32 -05:00
files [1.6.x] Fixed typo in storage docs 2014-01-15 18:44:47 -05:00
forms [1.6.x] Always use parentheses when documenting a method with no arguments. 2014-01-22 23:00:06 +01:00
models [1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships. 2014-03-24 09:45:56 -04:00
templates [1.6.x] Improved strip_tags and clarified documentation 2014-03-22 11:07:27 +01:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt [1.6.x] Fixed #21629 -- Added instructions for loading MySQL time zone definitions. 2013-12-26 15:50:49 -05:00
django-admin.txt [1.6.x] Fixed typo in docs/ref/django-admin.txt 2014-03-11 08:10:40 -04:00
exceptions.txt [1.6.x] Fixed #21044 -- Documented django.core.urlresolvers.Resolver404 2013-09-05 08:45:58 -04:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt [1.6.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH. 2013-09-11 08:18:48 -04:00
request-response.txt [1.6.x] Fixed #22242 -- Documented common cookie size limit. 2014-03-16 10:47:08 -04:00
settings.txt [1.6.x] Small doc changes missed in 66076268. 2014-03-21 22:11:50 +01:00
signals.txt [1.6.x] Removed extra p (topppings->toppings) 2013-09-23 19:25:07 -04:00
template-response.txt [1.6.x] Always use parentheses when documenting a method with no arguments. 2014-01-22 23:00:06 +01:00
unicode.txt [1.6.x] Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. 2013-07-03 08:46:05 -04:00
urlresolvers.txt [1.6.x] Fixed #22092 -- Documented ResolverMatch.view_name 2014-02-23 13:54:17 +01:00
urls.txt [1.6.x] Fixed #22317 -- Fixed documented handler400 default value 2014-03-23 21:20:43 +01:00
utils.txt [1.6.x] Improved strip_tags and clarified documentation 2014-03-22 11:07:27 +01:00
validators.txt Fixed #4833 -- Validate email addresses with localhost as domain 2013-01-11 20:45:46 +01:00
views.txt Fixed #20330 -- Normalized spelling of "web server". 2013-04-29 19:40:43 +02:00