.. |
auth
|
[1.6.x] Fixed #22647 -- Documented redirect_field_name keyword argument for user_passes_test.
|
2014-05-17 09:46:29 -04:00 |
class-based-views
|
[1.6.x] Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt.
|
2014-05-05 06:42:32 -04:00 |
db
|
[1.6.x] Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.
|
2014-06-12 16:42:44 -04:00 |
forms
|
[1.6.x] Fixed #22622 -- Added ugettext_lazy import in docs
|
2014-05-16 11:21:05 -04:00 |
http
|
[1.6.x] Fixed typo in middleware docs.
|
2014-06-24 16:13:29 -04:00 |
i18n
|
[1.6.x] Fixed #22523 -- Clarified pytz requirement.
|
2014-04-29 08:34:21 +02:00 |
testing
|
[1.6.x] Fixed #19489 -- Documented host parameter of assertRedirects().
|
2014-06-30 17:53:54 -04:00 |
cache.txt
|
[1.6.x] Clarified that LocMemCache is per-process; refs #7639.
|
2014-07-02 10:14:17 -04:00 |
conditional-view-processing.txt
|
[1.6.x] Fixed typo in docs/topics/conditional-view-processing.txt
|
2013-08-27 09:22:31 -04:00 |
email.txt
|
[1.6.x] Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
|
2013-12-31 08:32:58 -05:00 |
files.txt
|
Fixed #20604 - Fixed file example in docs.
|
2013-06-14 21:28:17 -04:00 |
index.txt
|
Removed django.contrib.localflavor.
|
2012-12-29 21:59:06 +01:00 |
install.txt
|
[1.6.x] Fixed #16205 -- Added an installation for Windows.
|
2014-04-08 11:29:02 -04:00 |
localflavor.txt
|
[1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app. Backport from master.
|
2013-07-29 12:05:47 +02:00 |
logging.txt
|
[1.6.x] Fixed #21484 -- Documented that SQL logging does not include "framework level" queries.
|
2013-12-31 13:03:25 -05:00 |
pagination.txt
|
Adapted uses of versionchanged/versionadded to the new form.
|
2013-04-20 17:18:35 +02:00 |
python3.txt
|
[1.6.x] Updated a bunch of hyperlinks in documentation
|
2013-12-08 18:48:30 +01:00 |
security.txt
|
[1.6.x] Fixed #22504 -- Corrected domain terminology in security guide.
|
2014-04-25 10:29:24 -04:00 |
serialization.txt
|
small typo, example pk=27 but description pk=24
|
2013-05-16 15:21:18 +08:00 |
settings.txt
|
[1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net links
|
2014-06-10 15:41:25 -04:00 |
signals.txt
|
[1.6.x] Fixed #22507 -- Clarified nature of the sender argument of signals
|
2014-04-25 23:16:59 +02:00 |
signing.txt
|
[1.6.x] Documented the limitation on sep argument to Signer
|
2013-10-30 08:27:19 -04:00 |
templates.txt
|
[1.6.x] Fixed #21747 -- Added {% elif %} to template topics guide.
|
2014-01-16 07:09:15 -05:00 |