summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-10-20[1.7.x] Fixed #20609 -- Added instructions for using AnonymousUser with Reque...Tim Graham
2014-10-16[1.7.x] Fixed some intersphinx references.Tim Graham
2014-10-15[1.7.x] Fixed pep8 in docs/topics/logging.txtIan Lee
2014-10-09[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrati...Rudy Mutter
2014-10-06[1.7.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMix...Ismail Badawi
2014-10-01[1.7.x] Fixed #23578 -- Changed examples in docs to use patternsAlasdair Nicol
2014-09-29[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-29[1.7.x] Fixed typo in docs/topics/db/managers.txtGreg Brown
2014-09-26[1.7.X] How many is two?Carl Meyer
2014-09-26[1.7.X] Fixed #23561 -- Corrected a security doc example that requires an unq...Carl Meyer
2014-09-25[1.7.x] Replaced input by textarea in forms docsClaude Paroz
2014-09-24[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-24[1.7.x] Fixed #23473 -- Documented that @deconstructible classes need __eq__.Markus Holtermann
2014-09-24[1.7.x] Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-09-21[1.7.x] Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-11[1.7.x] Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10[1.7.x] Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10[1.7.x] Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-09[1.7.x] Note re migrations importing custom fieldsGreg Brown
2014-09-08[1.7.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
2014-09-05[1.7.x] Fixed #22161 -- Documented send() with no recipients won't raise an e...oromero
2014-09-05[1.7.x] Update docs to be more clear about nested classes (refs #23418)Andrew Godwin
2014-09-05[1.7.x] Fixed typo in docs/topics/checks.txt.Sébastien Fievet
2014-09-03[1.7.x] Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-09-02[1.7.x] Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade...Tim Graham
2014-08-31[1.7.x] Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27[1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made ...Erik Romijn
2014-08-26[1.7.x] Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
2014-08-26[1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-26[1.7.x] Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-24[1.7.x] Fixed #23131 -- Documented serialization of callable functions in mig...Tim Graham
2014-08-23[1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23[1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-22[1.7.x] Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-21[1.7.x] Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-19[1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19[1.7.x] Fixed #23314 -- Tempered recommendation of storing profile data on cu...Tim Graham
2014-08-19[1.7.x] Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
2014-08-18[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-18[1.7.x] Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham
2014-08-15[1.7.x] Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski
2014-08-15[1.7.x] Fixed #23278 -- Documented django.db.backends.schema loggerareski
2014-08-13[1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
2014-08-13[1.7.x] Improved formatting of deconstruct() docs.areski
2014-08-12[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()Collin Anderson
2014-08-12[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-11[1.7.x] Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska
2014-08-06[1.7.x] Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
2014-08-05[1.7.x] Fixed broken links in docs.Tim Graham