.. |
auth
|
[1.8.x] Documented auth's login/logout function parameters.
|
2015-09-28 14:12:43 -04:00 |
class-based-views
|
[1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs.
|
2015-08-18 19:08:08 -04:00 |
db
|
[1.8.x] Clarified that Model.delete() isn't called as a result of a cascading delete.
|
2015-09-30 08:44:40 -04:00 |
forms
|
[1.8.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.
|
2015-10-02 13:00:59 -04:00 |
http
|
[1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs.
|
2015-08-18 19:08:08 -04:00 |
i18n
|
[1.8.x] Added link to Babel's message extracting functionality.
|
2015-09-22 08:54:49 -04:00 |
testing
|
[1.8.x] Fixed #25451 -- Added advice about organizing tests.
|
2015-09-25 07:15:54 -04:00 |
cache.txt
|
[1.8.x] Updated memcached library links to point to PyPI.
|
2015-08-11 21:21:24 -04:00 |
checks.txt
|
[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference guide.
|
2015-07-31 08:51:13 -04:00 |
conditional-view-processing.txt
|
Fixed #22461 -- Added if-unmodified-since support to the condition decorator.
|
2014-12-24 12:33:57 -05:00 |
email.txt
|
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
2015-07-27 10:43:09 -04:00 |
files.txt
|
[1.8.x] Fixed #15590 -- Documented how the path of a FileField can be changed.
|
2015-03-30 10:39:14 -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.8.x] Fixed #25376 -- Required virtualenv in installation instructions.
|
2015-09-29 14:33:53 -04:00 |
localflavor.txt
|
[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external package
|
2015-03-22 15:36:44 +01:00 |
logging.txt
|
Refs #24361 -- Corrected documented level of the 'django' logger.
|
2015-09-23 11:21:16 -04:00 |
migrations.txt
|
[1.8.x] Fixed malformed Sphinx directives.
|
2015-07-25 06:39:16 -04:00 |
pagination.txt
|
Use "catch" instead of "trap" for exceptions.
|
2014-09-08 22:23:44 +02:00 |
performance.txt
|
Updated some other external links in the docs
|
2014-12-19 18:07:52 +01:00 |
python3.txt
|
[1.8.x] Fixed typos in docs/topics/python3.txt
|
2015-06-09 10:37:49 -04:00 |
security.txt
|
[1.8.x] Added links to new security settings introduced in 1.8.
|
2015-09-04 12:57:26 -04:00 |
serialization.txt
|
Used https for most *.python.org links
|
2014-12-19 18:07:52 +01:00 |
settings.txt
|
[1.8.x] Improved "“standalone” Django usage" example.
|
2015-09-29 15:09:34 -04:00 |
signals.txt
|
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
2015-07-27 10:43:09 -04:00 |
signing.txt
|
Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().
|
2014-11-15 19:36:33 +01:00 |
templates.txt
|
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
2015-07-27 10:43:09 -04:00 |