summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-01-02[1.6.x] Updated six to 1.9.0.Tim Graham
2015-01-01[1.6.x] Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-12-27[1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-24[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's prim...Helen Sherwood-Taylor
2014-12-23[1.6.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_...Frankie Robertson
2014-12-22[1.6.x] Corrected scoping of savepoint exampleDavid Cramer
2014-12-13[1.6.x] Updated advice on six.moves.range/xrange; refs #23812.Tim Graham
2014-12-11[1.6.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.Yohan Boniface
2014-12-06[1.6.x] Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
2014-12-05[1.6.x] Fixed #23955 -- Corrected formset fields in topic guide.Young Yang
2014-12-03[1.6.x] Fixed typo in aggregation docs.Tim Graham
2014-12-03[1.6.x] Documented a current limitation of multiple table annotation; refs #1...Benjamin Bach
2014-11-24[1.6.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-23[1.6.x] Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
2014-11-15[1.6.x] Fixed #23793 -- Clarified password reset behavior in auth docsErik Romijn
2014-11-13[1.6.x] Removed thread customizations of six which are now built-in.Tim Graham
2014-11-01[1.6.x] Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
2014-10-31[1.6.x] Added a warning about direct settings manipulation in tests.Tim Graham
2014-10-30[1.6.x] Fixed #23735 -- Clarified that admindocs must be enabled to view temp...Tim Graham
2014-10-30[1.6.x] Fixed #23734 -- Replaced striptags in template filter overview since ...Tim Graham
2014-10-27[1.6.x] Fixed documentation of make_password kwargs.Ilya Baryshev
2014-10-16[1.6.x] Fixed some intersphinx references.Tim Graham
2014-10-15[1.6.x] Fixed pep8 in docs/topics/logging.txtIan Lee
2014-10-06[1.6.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...Ismail Badawi
2014-09-29[1.6.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-24[1.6.x] Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-09-21[1.6.x] Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-11[1.6.x] Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10[1.6.x] Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10[1.6.x] Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-08[1.6.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
2014-09-05[1.6.x] Fixed #22161 -- Documented send() with no recipients won't raise an e...oromero
2014-09-03[1.6.x] Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-08-26[1.6.x] Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-23[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-22[1.6.x] Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-19[1.6.x] Fixed #23314 -- Tempered recommendation of storing profile data on cu...Tim Graham
2014-08-19[1.6.x] Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
2014-08-11[1.6.x] Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska
2014-08-06[1.6.x] Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
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 #23132 -- Removed confusing clause in auth docs.Tim Graham
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 #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-21[1.6.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-16[1.6.x] Fixed #23023 -- Added warning against local-memory cache.Tim Graham