..
auth
[1.8.x] Fixed typo in docs/topics/auth/default.txt.
2015-11-03 08:57:15 +00:00
class-based-views
[1.8.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.
2015-11-07 22:02:03 +01:00
db
[1.8.x] Fixed #25681 -- Added 'default' to DATABASES example.
2015-11-07 11:10:18 +01:00
forms
[1.8.x] Fixed #21516 -- Updated imports paths for some formset functions/classes.
2015-10-28 15:49:05 -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] Fixed #25473 -- Changed underscores in url() names to dashes in docs.
2015-11-07 22:02:03 +01:00
testing
[1.8.x] Fixed #25290 -- Warned against modifying objects created in setUpTestData() in tests.
2015-11-07 20:34:07 +01:00
cache.txt
[1.8.x] Fixed #24212 -- Added example pylibmc CACHES configuration.
2015-10-30 13:45:53 -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
[1.8.x] Refs #25527 -- Removed redundant doc heading link that leads to a warning when generating PDF.
2015-10-07 19:37:00 -04: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