summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-08-05[1.6.x] Updated links for continous integration server.Tim Graham
2014-08-02[1.6.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
2014-08-02[1.6.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-08-02[1.6.x] Updated MySQL links to version 5.6.Tim Graham
2014-08-01[1.6.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-31[1.6.x] Updated timezone docs to use timezone.now()Tim Graham
2014-07-30[1.6.x] Fixed #19107 -- Restored bug fix for sending unicode email with Pytho...Tim Graham
2014-07-30[1.6.x] Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-29[1.6.x] Fixed #20292: Pass datetime objects (not formatted dates) as params t...Shai Berger
2014-07-29[1.6.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
2014-07-28[1.6.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-26[1.6.x] Fixed #23106 -- Updated class-based view reference title.David Hoffman
2014-07-26[1.6.x] Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-26[1.6.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
2014-07-26[1.6.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25[1.6.x] Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
2014-07-25[1.6.x] Improved docs for GEOSGeometry.simplify()Tom Dyson
2014-07-24[1.6.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
2014-07-22[1.6.x] Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
2014-07-21[1.6.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-16[1.6.x] Added 1.6.6 release notes for #22998.Tim Graham
2014-07-16[1.6.x] Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
2014-07-16[1.6.x] Fixed #23023 -- Added warning against local-memory cache.Tim Graham
2014-07-14[1.6.x] Added release note for issue 13794 fix.Ramiro Morales
2014-07-10[1.6.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
2014-07-09[1.6.x] Revert "Improve cookie based session backend docs." refs #20418Tim Graham
2014-07-08[1.6.x] Fixed #22978 -- Removed a USA-centric example that didn't add much.Tim Graham
2014-07-07[1.6.x] Fixed #22942 -- Noted that __init__.py files are required for managem...Tim Graham
2014-07-07[1.6.x] Fixed #22966 -- Clarified which release notes appear for each doc ver...Tim Graham
2014-07-05[1.6.x] Fixed various minor doc typos / references.Daniel Hahler
2014-07-03[1.6.x] Fixed #22924 -- Added a note about MEDIA_URL in templates.Tim Graham
2014-07-02[1.6.x] raw() was still defined on Manager in Django 1.6Claude Paroz
2014-07-02[1.6.x] Clarified that LocMemCache is per-process; refs #7639.Tim Graham
2014-07-01[1.6.x] Fixed #13755 -- Added a tip for caching responses that vary on AJAX.Tim Graham
2014-07-01[1.6.x] Included irc link in paragraph to allow for l10nClaude Paroz
2014-06-30[1.6.x] Fixed #19489 -- Documented host parameter of assertRedirects().Tim Graham
2014-06-30[1.6.x] Removed reference to old middlewareClaude Paroz
2014-06-30[1.6.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
2014-06-27[1.6.x] Fixed #22912 -- Warned about a common mistake in tutorial 5.Tim Graham
2014-06-26[1.6.x] Fixed copy/paste typos in StreamingHttpResponse doc.Éric Araujo
2014-06-24[1.6.x] Improved documentation for QueryDict.Duncan Parkes
2014-06-24[1.6.x] Fixed typo in middleware docs.Peter Kowalczyk
2014-06-20[1.6.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma
2014-06-18[1.6.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham
2014-06-18[1.6.x] Fixed #14481 -- Documented implicit "through" class created by ManyTo...Jorge C. Leitão
2014-06-15[1.6.x] Fixed #22842vagrant
2014-06-12[1.6.x] Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini
2014-06-12[1.6.x] Fixed #22818 -- Clarified you need to cd into the Django clone.Tim Graham
2014-06-12[1.6.x] Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-06-10[1.6.x] Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte