.. |
_images
|
|
|
auth
|
[1.10.x] Fixed #27292 -- Removed unnecessary password assignment in auth backend example.
|
2016-10-04 14:03:41 -04:00 |
class-based-views
|
[1.10.x] Fixed #27289 -- Corrected View.as_view() explanation.
|
2016-09-28 11:49:49 -04:00 |
db
|
[1.10.x] Refs #11078 -- Doc'd Meta inheritance in proxy models.
|
2016-10-04 19:54:13 -04:00 |
forms
|
[1.10.x] Doc'd the need to provide initial for formset submissions.
|
2016-10-10 15:36:33 -04:00 |
http
|
[1.10.x] Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.
|
2016-08-19 09:16:31 -04:00 |
i18n
|
[1.10.x] Added template syntax highlighting in docs/topics/i18n/timezones.txt.
|
2016-10-08 08:08:18 -04:00 |
testing
|
[1.10.x] Fixed #15143 -- Doc'd how to set the language for the test client.
|
2016-09-14 20:14:29 -04:00 |
cache.txt
|
[1.10.x] Made settings docs link to cache parameters more specific.
|
2016-08-31 12:31:51 -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
|
[1.10.x] Normalized spelling of ETag.
|
2016-09-09 11:00:58 -04:00 |
email.txt
|
[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
|
2016-06-03 11:49:24 -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
|
|
|
install.txt
|
[1.10.x] Fixed broken links in docs and comments.
|
2016-06-15 21:20:38 -04:00 |
logging.txt
|
[1.10.x] Fixed typo in docs/topics/logging.txt
|
2016-06-22 06:38:55 -04:00 |
migrations.txt
|
[1.10.x] Doc'd how to remove old references in migration files.
|
2016-09-02 10:03:03 -04:00 |
pagination.txt
|
Refs #14131 -- Documented why paginating large QuerySets may be slow.
|
2016-04-06 11:06:38 -04:00 |
performance.txt
|
|
|
python3.txt
|
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
|
2016-05-08 18:07:43 -04:00 |
security.txt
|
Fixed #20869 -- made CSRF tokens change every request by salt-encrypting them
|
2016-05-19 05:02:19 +03:00 |
serialization.txt
|
[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.
|
2016-06-07 14:58:30 -04:00 |
settings.txt
|
Clarified that setting names must be uppercase.
|
2016-05-03 12:53:24 -04:00 |
signals.txt
|
Fixed #26493 -- Documented how built-in signals are sent.
|
2016-04-13 07:48:18 -04:00 |
signing.txt
|
|
|
templates.txt
|
[1.10.x] Documented render_to_string()'s using parameter.
|
2016-10-04 18:59:41 -04:00 |