..
_images
Optimise the rest of the PNGs in docs
2015-05-29 15:22:40 +10:00
auth
Fixed #25966 -- Made get_user_model() work at import time.
2016-11-25 14:15:49 +01:00
class-based-views
Fixed #27289 -- Corrected View.as_view() explanation.
2016-09-28 11:26:32 -04:00
db
Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.
2016-11-16 07:28:20 -05:00
forms
Doc'd the need to provide initial for formset submissions.
2016-10-10 15:36:21 -04:00
http
Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide.
2016-10-14 13:46:54 -04:00
i18n
Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().
2016-11-22 13:49:18 -05:00
testing
Fixed typo in docs/topics/testing/tools.txt.
2016-11-04 05:12:42 +01:00
cache.txt
Documented that cache keys are strings rather than bytes.
2016-10-27 15:49:24 -04:00
checks.txt
Refs #26351 -- Added check hook to support database-related checks
2016-04-08 20:28:00 +02:00
conditional-view-processing.txt
Refs #19705 -- Documented decorator ordering with @condition().
2016-10-14 07:36:01 -04:00
email.txt
Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.
2016-08-12 16:35:09 -04:00
external-packages.txt
Fixed #26554 -- Updated docs URLs to readthedocs.io
2016-04-28 10:09:57 -04:00
files.txt
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
2016-05-08 18:07:43 -04:00
index.txt
Fixed #26020 -- Normalized header stylings in docs.
2016-01-22 12:12:17 -05:00
install.txt
Updated doc links to virtualenv website.
2016-11-22 08:36:41 -05:00
logging.txt
Fixed typo in docs/topics/logging.txt
2016-06-22 06:38:34 -04:00
migrations.txt
Fixed incorrect word choice in docs/topics/migrations.txt.
2016-11-16 06:57:30 -05:00
pagination.txt
Removed versionadded/changed annotations for 1.9.
2016-05-20 11:44:29 -04:00
performance.txt
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
2016-10-10 14:55:59 -04:00
python3.txt
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
2016-05-08 18:07:43 -04:00
security.txt
Fixed #26947 -- Added an option to enable the HSTS header preload directive.
2016-08-10 20:23:54 -04:00
serialization.txt
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
2016-07-14 13:34:15 -04:00
settings.txt
Clarified that setting names must be uppercase.
2016-05-03 12:53:24 -04:00
signals.txt
Rephrased an ambiguous sentence in docs/topics/signals.txt.
2016-11-24 05:50:39 -05:00
signing.txt
Fixed #26124 -- Added missing code formatting to docs headers.
2016-02-01 10:42:05 -05:00
templates.txt
Documented render_to_string()'s `using` parameter.
2016-10-04 18:58:50 -04:00