.. |
class-based-views
|
[1.6.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs.
|
2015-03-02 13:33:52 -05:00 |
contrib
|
[1.6.x] Added a missing backtick in form wizard docs.
|
2015-02-24 00:35:06 -05:00 |
files
|
[1.6.x] Fixed spelling mistake in file docs.
|
2014-08-26 09:44:55 -04:00 |
forms
|
[1.6.x] Fixed typos in docs/ref/forms/validation.txt.
|
2015-02-03 12:27:29 -05:00 |
models
|
[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's primary key.
|
2014-12-24 15:07:32 -05:00 |
templates
|
[1.6.x] Fixed typo in docs/ref/templates/builtins.txt
|
2015-03-31 21:22:10 -04: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 typo in docs/ref/database.txt
|
2015-03-10 07:12:54 -04:00 |
django-admin.txt
|
[1.6.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.
|
2014-08-19 06:15:34 -04:00 |
exceptions.txt
|
[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.
|
2014-08-20 11:43:43 -04:00 |
index.txt
|
Fixed #19897 - Updated static files howto.
|
2013-03-29 19:15:19 -04:00 |
middleware.txt
|
[1.6.x] Removed reference to old middleware
|
2014-06-30 15:24:13 -04:00 |
request-response.txt
|
[1.6.x] Corrected indentation in docs to prevent inadvertent blockquote.
|
2014-12-18 11:35:35 -05:00 |
settings.txt
|
[1.6.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX
|
2014-12-23 14:40:40 -05:00 |
signals.txt
|
[1.6.x] Added missing import in docs/ref/signals.txt.
|
2014-09-02 08:15: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] Updated MySQL links to version 5.6.
|
2014-08-02 10:27:34 -04:00 |
urlresolvers.txt
|
[1.6.x] Fixed #22220 -- Added more examples to reverse() documention.
|
2014-04-16 20:31:09 -04:00 |
urls.txt
|
[1.6.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().
|
2014-03-27 07:02:06 -04:00 |
utils.txt
|
[1.6.x] Direct readers to format_html() in mark_safe() docs.
|
2015-01-15 08:30:38 +00: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 |