summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Bump version number for 1.6 release candidate.1.6c1James Bennett2013-10-221-1/+1
* [1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales2013-10-228-32/+24
* [1.6.x] Added 1.5.5 and 1.4.9 release notesTim Graham2013-10-223-0/+56
* [1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham2013-10-221-1/+1
* [1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales2013-10-222-7/+11
* [1.6.x] Fixed an I18N test class tearDown method.Ramiro Morales2013-10-221-0/+1
* [1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping()Anssi Kääriäinen2013-10-211-1/+1
* [1.6.x] Added docs for the hasher's iteration count changes.Tim Graham2013-10-212-1/+10
* [1.6.x] Force update of the password on iteration count changes.Florian Apolloner2013-10-212-0/+40
* [1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner2013-10-211-20/+9
* [1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti2013-10-211-2/+4
* [1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz2013-10-192-2/+4
* [1.6.x] Cleaned formatting/comments in PasswordResetFormTestClaude Paroz2013-10-191-23/+22
* [1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann2013-10-181-0/+24
* [1.6.x] Added a warning regarding session security and subdomains.Tim Graham2013-10-182-2/+35
* [1.6.x] Fixed ReST error in 1.6. release notes.Tim Graham2013-10-181-2/+1
* [1.6.x] Fixed bug causing CSRF token not to rotate on login.Tim Graham2013-10-182-2/+4
* [1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz2013-10-182-15/+21
* [1.6.x] Removed 1.6 release note text regarding password limit length.Tim Graham2013-10-171-16/+0
* [1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz2013-10-172-3/+9
* [1.6.x] Improvement on InlineFormSet doc, refs #21006Tianyi Wang2013-10-151-6/+6
* [1.6.x] Fixed #21006 -- Added example code for overriding methods on an Inlin...Tianyi Wang2013-10-151-4/+26
* [1.6.x] Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler2013-10-141-0/+6
* [1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz2013-10-142-19/+37
* [1.6.x] Fixed #20962 -- Documented that template tag render() may raise excep...Bouke Haarsma2013-10-142-2/+7
* [1.6.x] Clarfied the ModelForm docs with respect to generated vs. declared fi...Loic Bistuer2013-10-141-11/+22
* [1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma2013-10-142-0/+10
* [1.6.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma2013-10-142-4/+6
* [1.6.x] Fixed #21027 -- Updated tutorial 5 docs to link to management shell c...Max Vizard2013-10-141-10/+10
* [1.6.x] Imported custom user classes in tests depending on itClaude Paroz2013-10-142-0/+2
* [1.6.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin2013-10-131-2/+5
* Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin2013-10-136-28/+14
* [1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin2013-10-133-11/+19
* [1.6.x] Forms docs: More emphasis in 'id' value customizability.Ramiro Morales2013-10-121-13/+19
* [1.6.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects f...Tim Graham2013-10-111-0/+9
* [1.6.x] Minor edits to docs/topics/db/queries.txt.Cody Scott2013-10-111-8/+9
* [1.6.x] Small improvements to docs/topics/db/models.txtCody Scott2013-10-101-6/+6
* [1.6.x] Updated auth translation templateClaude Paroz2013-10-091-2/+6
* [1.6.x] Fixed grammar/typos in auth customization docsClaude Paroz2013-10-091-14/+14
* [1.6.x] Fixed #21243 -- Corrected exception message in multiple database tests.Russell Keith-Magee2013-10-091-2/+2
* [1.6.x] Fix grammatical errors in email documentationDan Loewenherz2013-10-081-2/+2
* [1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee2013-10-087-8/+37
* [1.6.x] Refs #21197 -- Clarified upgrade check message.Russell Keith-Magee2013-10-082-8/+6
* [1.6.x] Re-added link to SQLite notes from DB section of install doc.Ramiro Morales2013-10-071-0/+3
* [1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite.Aymeric Augustin2013-10-071-3/+7
* [1.6.x] Fixed #21165 -- Fix test for syndication feed timestamp field on Wind...Ramiro Morales2013-10-031-1/+13
* [1.6.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham2013-10-031-1/+1
* [1.6.x] Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry2013-10-022-7/+19
* [1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham2013-10-022-10/+13
* [1.6.x] Clarified session replay attack differences with cookie backend.Tim Graham2013-10-021-2/+6