summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2014-08-04[1.7.x] Fixed #23169 - Misc docs fixes.areski
2014-08-02[1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-08-02[1.7.x] Updated MySQL links to version 5.6.Tim Graham
2014-08-01[1.7.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-31[1.7.x] Used JsonResponse in CBV examples.Loic Bistuer
2014-07-31[1.7.x] Updated timezone docs to use timezone.now()Tim Graham
2014-07-30[1.7.x] Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-29[1.7.x] Fixed #23127: south_migrations note in docsAndrew Godwin
2014-07-29[1.7.x] Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-29[1.7.x] Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
2014-07-28[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
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