summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-12-11[1.6.x] Fixed #21594 -- Added note about model formsets deleting objects.Ben Spaulding
2013-12-10[1.6.x] Fixed #21560 -- Added missing 'slug' field in example code.Christian Schmitt
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-04[1.6.x] Added link to localized formatting doc from main index.Ramiro Morales
2013-12-02[1.6.x] Added a warning regarding risks in serving user uploaded media.Tim Graham
2013-11-22[1.6.x] Improved docs for ModelFormSet.clean().Loic Bistuer
2013-11-22[1.6.x] Noted that localmem is the default cache.mlissner
2013-11-22[1.6.x] Fixed #21487 -- Session cannot store tzinfo instances anymore.Aymeric Augustin
2013-11-19[1.6.x] Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
2013-11-18[1.6.x] Fixed typo in topics/http/sessions.txt.Tim Graham
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-11-15[1.6.x] Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
2013-11-15[1.6.x] Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
2013-11-10[1.6.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
2013-11-08[1.6.x] Noted that .clear() will delete intermediary modelsCody Scott
2013-11-08[1.6.x] Fixed docs for EmailMessage extra_headers attributeTom Scholl
2013-11-08[1.6.x] Removed obsolete locale restriction admonitionClaude Paroz
2013-11-07[1.6.x] Removed no longer relevant wordSylvain Bellemare
2013-11-02[1.6.x] Fixed #21373 -- Typo fixed in i18n docsClaude Paroz
2013-11-01[1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-11-01[1.6.x] Fixed typo -- "a" user, not "an" userSylvain Bellemare
2013-10-30[1.6.x] Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
2013-10-30[1.6.x] Documented the limitation on sep argument to SignerAntoine Catton
2013-10-25[1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-10-22[1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
2013-10-21[1.6.x] Added docs for the hasher's iteration count changes.Tim Graham
2013-10-18[1.6.x] Added a warning regarding session security and subdomains.Tim Graham
2013-10-15[1.6.x] Improvement on InlineFormSet doc, refs #21006Tianyi Wang
2013-10-15[1.6.x] Fixed #21006 -- Added example code for overriding methods on an Inlin...Tianyi Wang
2013-10-14[1.6.x] Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
2013-10-14[1.6.x] Clarfied the ModelForm docs with respect to generated vs. declared fi...Loic Bistuer
2013-10-14[1.6.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-13[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-11[1.6.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects f...Tim Graham
2013-10-11[1.6.x] Minor edits to docs/topics/db/queries.txt.Cody Scott
2013-10-10[1.6.x] Small improvements to docs/topics/db/models.txtCody Scott
2013-10-09[1.6.x] Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-08[1.6.x] Fix grammatical errors in email documentationDan Loewenherz
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-10-07[1.6.x] Re-added link to SQLite notes from DB section of install doc.Ramiro Morales
2013-10-02[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-10-02[1.6.x] Clarified session replay attack differences with cookie backend.Tim Graham
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-25[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-24[1.6.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-23[1.6.x] Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23[1.6.x] Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-22[1.6.x] A few doc additions for changes from d228c1192e.Ramiro Morales
2013-09-22[1.6.x] Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-21[1.6.x] Fixed #21137 -- Documented best practice for URLconfs with repeated p...Michael DiBernardo