index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2015-11-03
[1.8.x] Fixed typo in docs/topics/auth/default.txt.
japrogramer
2015-10-31
[1.8.x] Fixed typo in docs/topics/db/models.txt.
Tomasz Anielak
2015-10-30
[1.8.x] Fixed #24212 -- Added example pylibmc CACHES configuration.
Bryan Marty
2015-10-30
[1.8.x] Added class-based view example to RequestFactory example.
bee_keeper
2015-10-28
[1.8.x] Fixed #21516 -- Updated imports paths for some formset functions/clas...
Bryan Marty
2015-10-28
[1.8.x] Made LiveServerTestCase example use StaticLiveServerTestCase.
Tim Graham
2015-10-23
[1.8.x] Fixed #25397 -- Documented class-based view context variable clash wi...
Jacek Bzdak
2015-10-23
[1.8.x] Clarified that the test client response content attribute is bytes.
薛丞宏
2015-10-22
[1.8.x] Refs #24622 -- Documented alternatives to some test response attribut...
Benjamin Wohlwend
2015-10-07
[1.8.x] Refs #25527 -- Removed redundant doc heading link that leads to a war...
Tim Graham
2015-10-02
[1.8.x] Fixed #25481 -- Added field.help_text to "Looping over a form's field...
John Moses
2015-09-30
[1.8.x] Clarified that Model.delete() isn't called as a result of a cascading...
David Sanders
2015-09-29
[1.8.x] Improved "“standalone” Django usage" example.
David Sanders
2015-09-29
[1.8.x] Fixed #25376 -- Required virtualenv in installation instructions.
Tim Graham
2015-09-28
[1.8.x] Documented auth's login/logout function parameters.
Tim Graham
2015-09-25
[1.8.x] Fixed #25451 -- Added advice about organizing tests.
Tim Graham
2015-09-24
[1.8.x] Removed a prominent note about django.utils.unittest deprecation.
Tim Graham
2015-09-24
[1.8.x] Fixed #25455 -- Optimized dictfetchall() example.
Tim Graham
2015-09-23
[1.8.x] Fixed typo in docs/topics/db/examples/one_to_one.txt
Don Kirkby
2015-09-23
Refs #24361 -- Corrected documented level of the 'django' logger.
Tim Graham
2015-09-22
[1.8.x] Added link to Babel's message extracting functionality.
Rik
2015-09-21
[1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-09-05
[1.8.x] Updated references to the TEST_* database settings.
Aymeric Augustin
2015-09-05
[1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.
Maarten
2015-09-04
[1.8.x] Added links to new security settings introduced in 1.8.
David Sanders
2015-09-04
[1.8.x] Refs #25345 -- Updated links to code.google.com.
Maxime Lorant
2015-09-03
[1.8.x] Fixed #25326 -- Added namedtuple example for executing custom SQL.
Dražen Odobašić
2015-08-25
[1.8.x] Fixed #25311 -- Removed vague language about "partial commits" from d...
Tim Graham
2015-08-19
[1.8.x] Fixed style issues in testing docs
Markus Holtermann
2015-08-18
[1.8.x] Used consistent capitalization and hyphenation of "class-based views"...
Anton Strogonoff
2015-08-11
[1.8.x] Updated memcached library links to point to PyPI.
Tim Graham
2015-08-10
[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...
Tim Graham
2015-08-08
[1.8.x] Updated Wikipedia links to use https
Claude Paroz
2015-08-05
[1.8.x] Fixed #25229 -- Clarified how an iterable works with @permission_requ...
Tim Graham
2015-08-05
[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()
Tim Graham
2015-08-05
[1.8.x] Fixed #25212 -- Documented the RawSQL expression.
Tim Graham
2015-08-04
[1.8.x] Fixed password_reset signature in docs
Alasdair Nicol
2015-08-04
[1.8.x] Fixed #25136 -- Documented Count('X', distinct=True) in aggregate top...
Caio Ariede
2015-07-31
[1.8.x] Clarified assertRaisesMessage() behavior with respect to the message.
Tim Graham
2015-07-31
[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference g...
Tim Graham
2015-07-27
[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...
Tim Graham
2015-07-25
[1.8.x] Fixed #25166 -- Clarified how auth permissions are created.
Tim Graham
2015-07-25
[1.8.x] Fixed malformed Sphinx directives.
Tim Graham
2015-07-21
[1.8.x] Fixed #25156 -- Mentioned django.setup() in the settings overview for...
James Bennett
2015-07-21
[1.8.x] Normalized indentation and line lengths in docs/topics/auth/default.txt.
Tim Graham
2015-07-16
[1.8.x] Fixed typo in docs/topics/i18n/translation.txt
Rafał Selewońko
2015-07-10
[1.8.x] Fixed #25082 -- Documented where to register system checks.
Tim Graham
2015-07-10
[1.8.x] Fixed #25083 -- Added SessionAuthenticationMiddleware to auth install...
Nick Sweeting
2015-06-23
[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.
Tim Graham
2015-06-22
[1.8.x] Updated indentation of example template in docs/topics/i18n/translati...
Wim Feijen
[next]