summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-11-18[1.6.x] Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-18[1.6.x] Added more internal links in the management command documentation.Baptiste Mispelon
2013-11-18[1.6.x] Added release note for TypedChoiceField coerce limitationClaude Paroz
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-11-18[1.6.x] Fixed #21240 -- Added 1.5 release note for OneToOneField/select_relat...Tim Graham
2013-11-18[1.6.x] Fixed #21404 -- Added session.set_expiry() note to 1.6 release notes.Tim Graham
2013-11-17Updated humanize translations and added release note.Claude Paroz
2013-11-16[1.6.x] Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
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-14[1.6.x] Added backported fixes to 1.6.1 release notes.Baptiste Mispelon
2013-11-14[1.6.x] Release notes for ORM changes in 1.6Anssi Kääriäinen
2013-11-13[1.6.x] Added release note for #21410; thanks Loic.Tim Graham
2013-11-12[1.6.x] Removed a mention of `Form._errors` from the documentation.Baptiste Mispelon
2013-11-10[1.6.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
2013-11-09[1.6.x] Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and P...Tim Graham
2013-11-09[1.6.x] Fixed spelling of compatibility.Tim Graham
2013-11-09[1.6.x] Fixed versionadded misuse in the admin documentation.Baptiste Mispelon
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] Added missing parameter in npgettext_lazy docsglts
2013-11-08[1.6.x] Removed obsolete locale restriction admonitionClaude Paroz
2013-11-08[1.6.x] Fixed #21396: Document backwards-incompatible change in RedirectView....Baptiste Mispelon
2013-11-07[1.6.x] Added 1.4.10 release notes.Tim Graham
2013-11-07[1.6.x] Removed no longer relevant wordSylvain Bellemare
2013-11-06[1.6.x] Bump version numbers for 1.6 release.James Bennett
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-11-01[1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz
2013-11-01[1.6.x] Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz
2013-10-31[1.6.x] Fixed #21339 -- Documented removal of some form field error messagesClaude Paroz
2013-10-30[1.6.x] Fixed #21306 -- Documented lower-casing behavior of title filter.Tim Graham
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-30[1.6.x] Fixed #21316 -- Documented that modifying safe strings makes them uns...Tim Graham
2013-10-30[1.6.x] Fixed #21337 -- Documented removal of django.core.servers.basehttp.WS...Tim Graham
2013-10-25[1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-10-25[1.6.x] Fixed typo in docs/releases/1.4.9.txt.Paolo Melchiorre
2013-10-23[1.6.x] Bumped release date for 1.5.5 & 1.4.9.Tim Graham
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-10-22[1.6.x] Added 1.5.5 and 1.4.9 release notesTim 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-21[1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
2013-10-18[1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-18[1.6.x] Added a warning regarding session security and subdomains.Tim Graham
2013-10-18[1.6.x] Fixed ReST error in 1.6. release notes.Tim Graham
2013-10-17[1.6.x] Removed 1.6 release note text regarding password limit length.Tim Graham
2013-10-15[1.6.x] Improvement on InlineFormSet doc, refs #21006Tianyi Wang