summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-09-30[1.6.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-29[1.6.x] Modified test added in 3afb5916b2 so it doesn't fail on Windows.Ramiro Morales
2013-09-29[1.6.x] Fixed #21167 - Improved queries.tests.SubqueryTestsMichael Manfre
2013-09-28[1.6.x] Note about static files dirs paths on Windows.Ramiro Morales
2013-09-28[1.6.x] Fixed #21186: Fixed regression when using date fields in the admin's ...Baptiste Mispelon
2013-09-27[1.6.x] Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-09-27[1.6.x] Fixed an ImportError in `django.core.cache.backends.db`Javed Khan
2013-09-26[1.6.x] Fixed #21146 - DatabaseCache converts expires to python valueMichael Manfre
2013-09-25[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-25[1.6.x] Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-25[1.6.X] Fixed wording in unit tests documentation.Baptiste Mispelon
2013-09-24[1.6.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
2013-09-24Revert "[1.6.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24[1.6.x] Fixed #21150 -- Improved Query.add_fields() join promotion logicAnssi Kääriäinen
2013-09-24[1.6.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-24[1.6.x] Marked PermissionsMixin.user_permissions help_text for translationMichał Lech
2013-09-23[1.6.x] Removed extra p (topppings->toppings)Brett Koonce