summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-07-26[1.7.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25[1.7.x] Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-16[1.7.x] Fixed #23023 -- Added warning against local-memory cache.Tim Graham
2014-07-10[1.7.x] Add south upgrade note to 1.7 release notesAndrew Godwin
2014-07-09[1.7.x] Revert "Improve cookie based session backend docs." refs #20418Tim Graham
2014-07-08[1.7.x] Fixed #22978 -- Removed a USA-centric example that didn't add much.Tim Graham
2014-07-02[1.7.x] Clarified that LocMemCache is per-process; refs #7639.Tim Graham
2014-07-02[1.7.x] Removed non-existent reference to args/kwargs in manager docs.Éric Araujo
2014-07-01[1.7.x] Fixed #22932: Documented circular dependency issues with swappable userAndrew Godwin
2014-06-30[1.7.x] Fixed #19489 -- Documented host parameter of assertRedirects().Tim Graham
2014-06-26[1.7.x] Fixed and enhanced new HTML form docs.Matt Deacalion Stevens
2014-06-25[1.7.x] Fixed typo in revamped forms intro doc.Ramiro Morales
2014-06-24[1.7.x] Fixed typo in middleware docs.Peter Kowalczyk
2014-06-24[1.7.x] Fixed #22796 -- Added a more basic explanations of forms.Daniele Procida
2014-06-19[1.7.x] Fixed #22874: Document that AUTH_USER_MODEL must be in first migrationAndrew Godwin
2014-06-19[1.7.x] Fixed #22863: Improve clarity of makemigrations for non-db paramsAndrew Godwin
2014-06-17[1.7.x] Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-06-15[1.7.x] Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-12[1.7.x] Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini
2014-06-10[1.7.x] Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte
2014-06-10[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-10[1.7.x] Corrected some indentation in docs/topics/auth/default.txt.Tim Graham
2014-06-09[1.7.x] Doc edits for refs #22487.Tim Graham
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-07[1.7.x] Fixed #22436: More careful checking on method ref'ce serializationAndrew Godwin
2014-06-05[1.7.x] Fix missing highlighting in some code examplesÉric Araujo
2014-06-04[1.7.x] Fixed #22747 -- Add backwards compatibility tip for new behavior of f...Tim Graham
2014-06-01[1.7.x] Fixed #21938 -- Moved documentation for error views to reference guide.Jonathan Lindén
2014-05-27[1.7.x] Fixed #22601 -- Added a note about model inheritance.Moayad Mardini
2014-05-24[1.7.x] Fixed #22510 -- Harden field removal to only None.Marc Tamlyn
2014-05-22[1.7.x] Fixed #20816 -- Added hints about Django middleware orderingClaude Paroz
2014-05-21[1.7.x] Fixed #22639 -- Added missing imports in docsNiclas Åhdén
2014-05-16[1.7.x] Fixed #22622 -- Added ugettext_lazy import in docsNiclas Åhdén
2014-05-15[1.7.x] Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-13[1.7.x] Fixed typo in transactions.txtHaris Ibrahim K. V
2014-05-06[1.7.x] Improve docs around deconstruction/serialisation (refs #22337)Andrew Godwin
2014-05-05[1.7.x] Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-e...Tim Graham
2014-04-30[1.7.x] Fixed #22442 -- Provided additional documentation regarding id fields...Tim Graham
2014-04-29[1.7.x] Fixed #22523 -- Clarified pytz requirement.Aymeric Augustin
2014-04-28[1.7.x] Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-28[1.7.x] Fixed #22254 -- Noted the requirement of calling django.setup() when ...Tim Graham
2014-04-28[1.7.x] Fix a typo in logging.txtZhaorong Ma
2014-04-28[1.7.x] Fixed #22497 -- Highlighted difference between field and class decons...Tim Graham
2014-04-27[1.7.x] Fixed #22445 -- Added how to perform a reverse data migration to topi...Tim Graham
2014-04-27[1.7.x] Improved formatting and links of migration docs.Tim Graham
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-25[1.7.x] Fixed #22507 -- Clarified nature of the sender argument of signalsClaude Paroz
2014-04-25[1.7.x] Fixed #22504 -- Corrected domain terminology in security guide.Tim Graham
2014-04-25[1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL inj...Moayad Mardini