.. |
auth
|
[1.6.x] Fixed documentation of make_password kwargs.
|
2014-10-27 06:43:35 -04:00 |
class-based-views
|
[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.
|
2014-08-23 19:31:09 -04:00 |
db
|
[1.6.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model uses.
|
2014-10-06 08:24:10 -04:00 |
forms
|
[1.6.x] Fixed typo in topics/forms/formsets.txt
|
2014-09-10 11:17:57 -04:00 |
http
|
[1.6.x] Fixed some intersphinx references.
|
2014-10-16 20:10:59 -04:00 |
i18n
|
[1.6.x] Clarified that makemessages -l takes a locale name, not a language code.
|
2014-08-26 08:11:59 -04:00 |
testing
|
[1.6.x] Fixed #23744 -- Fixed typo in selenium testing example.
|
2014-11-01 12:37:29 -04:00 |
cache.txt
|
[1.6.x] Fixed #22827 -- clarified what each cache middleware does.
|
2014-07-25 06:26:45 -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 an instance of 'an' before a word beginning with a consonant.
|
2014-09-10 07:17:37 -04: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 pep8 in docs/topics/logging.txt
|
2014-10-15 18:56:09 -04: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] Fixed some intersphinx references.
|
2014-10-16 20:10:59 -04: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 #17638 -- Added crosslinks between topic and reference guides.
|
2014-09-29 18:17:39 -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 #23735 -- Clarified that admindocs must be enabled to view template tag libraries in admin.
|
2014-10-30 19:04:37 -04:00 |