summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Correctly update development-status classifier.1.6James Bennett2013-11-061-1/+1
* [1.6.x] Bump version numbers for 1.6 release.James Bennett2013-11-063-5/+7
* [1.6.x] Pulled Transifex translations for contrib appsClaude Paroz2013-11-052040-26614/+43668
* [1.6.x] Pulled Transifex translations for Django coreClaude Paroz2013-11-05157-22887/+28310
* [1.6.x] Fixed #21373 -- Typo fixed in i18n docsClaude Paroz2013-11-021-2/+2
* [1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham2013-11-014-5/+5
* [1.6.x] Fixed typo -- "a" user, not "an" userSylvain Bellemare2013-11-012-2/+2
* [1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz2013-11-011-2/+2
* [1.6.x] Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz2013-11-011-2/+2
* [1.6.x] Fixed #21339 -- Documented removal of some form field error messagesClaude Paroz2013-10-311-0/+8
* [1.6.x] Fixed #21347 -- Added missing JS variable declaration.Tim Graham2013-10-301-1/+1
* [1.6.x] Fixed #21306 -- Documented lower-casing behavior of title filter.Tim Graham2013-10-301-3/+4
* [1.6.x] Fixed #21294 -- Clarified the logout next_page argument.Tim Graham2013-10-301-4/+3
* [1.6.x] Documented the limitation on sep argument to SignerAntoine Catton2013-10-301-2/+4
* [1.6.x] Fixed #21316 -- Documented that modifying safe strings makes them uns...Tim Graham2013-10-301-0/+11
* [1.6.x] Fixed #21337 -- Documented removal of django.core.servers.basehttp.WS...Tim Graham2013-10-302-0/+10
* [1.6.x] Removed relative usage of import_moduleClaude Paroz2013-10-264-4/+4
* [1.6.x] Fixed #21335 -- Use importlib from python3 when using python3Andrey Antukh2013-10-261-17/+22
* [1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham2013-10-251-1/+1
* [1.6.x] Fixed typo in docs/releases/1.4.9.txt.Paolo Melchiorre2013-10-251-1/+1
* [1.6.x] Bumped release date for 1.5.5 & 1.4.9.Tim Graham2013-10-232-2/+2
* [1.6.x] Workaround admin scripts test failures on Windows+Python 3.Ramiro Morales2013-10-231-3/+3
* Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger2013-10-232-0/+28
* [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