summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-21[1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner
2013-10-21[1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
2013-10-19[1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-10-19[1.6.x] Cleaned formatting/comments in PasswordResetFormTestClaude Paroz
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-18[1.6.x] Fixed bug causing CSRF token not to rotate on login.Tim Graham
2013-10-18[1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz
2013-10-17[1.6.x] Removed 1.6 release note text regarding password limit length.Tim Graham
2013-10-17[1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz
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] Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz
2013-10-14[1.6.x] Fixed #20962 -- Documented that template tag render() may raise excep...Bouke Haarsma
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 #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
2013-10-14[1.6.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-14[1.6.x] Fixed #21027 -- Updated tutorial 5 docs to link to management shell c...Max Vizard
2013-10-14[1.6.x] Imported custom user classes in tests depending on itClaude Paroz
2013-10-13[1.6.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin
2013-10-13Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin
2013-10-13[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-12[1.6.x] Forms docs: More emphasis in 'id' value customizability.Ramiro Morales
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] Updated auth translation templateClaude Paroz
2013-10-09[1.6.x] Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-09[1.6.x] Fixed #21243 -- Corrected exception message in multiple database tests.Russell Keith-Magee
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-08[1.6.x] Refs #21197 -- Clarified upgrade check message.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-07[1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite.Aymeric Augustin
2013-10-03[1.6.x] Fixed #21165 -- Fix test for syndication feed timestamp field on Wind...Ramiro Morales
2013-10-03[1.6.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
2013-10-02[1.6.x] Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry
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-10-02[1.6.x] Fixed Python 2.6 compatability for 3ec368014d0d74e14a7ed98ccfd638ffe0...Tim Graham
2013-10-02[1.6.x] Fixed #21129 -- Prevented admin filter params modifications from thro...tschilling
2013-10-02[1.6.x] Made test for issue 19552 compatible with Windows.Ramiro Morales
2013-10-02[1.6.x] Made skipping of symlink-related makemessages test smarter.Ramiro Morales
2013-10-01[1.6.x] Fixed tests breakage from last commit.Ramiro Morales
2013-10-01[1.6.x] Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-10-01[1.6.x] Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen
2013-10-01[1.6.x] Factorized requires_tz_support decorator in test utilsClaude Paroz
2013-09-30[1.6.x] Force Unix-style line-endings for some helper files in staticfiles_te...Ramiro Morales