summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | Thanks rpq at winscores.com for the report. Backport of 88b9d4ff3a from master.
* [1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham2013-11-014-5/+5
| | | | | | | | | Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report. Backport of 090315f5df from master
* [1.6.x] Fixed typo -- "a" user, not "an" userSylvain Bellemare2013-11-012-2/+2
| | | | Backport of c7dabe49dd from master
* [1.6.x] Fixed #21364 -- Specified InnoDB full-text support from MySQL 5.6.4 onClaude Paroz2013-11-011-2/+2
| | | | | Thanks thevlad at gmail.com for the report. Backport of 89116cf24a from master.
* [1.6.x] Fixed #21359 -- Corrected MySQL collation name in databases docsClaude Paroz2013-11-011-2/+2
| | | | | Thanks k_sze for the report. Backport of 67c6c1a7c from master.
* [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
| | | | | | Thanks szymon.barglowski at gmail.com for the report. Backport of 0b1d425a41 from master
* [1.6.x] Fixed #21306 -- Documented lower-casing behavior of title filter.Tim Graham2013-10-301-3/+4
| | | | Backport of eafe279120 from master
* [1.6.x] Fixed #21294 -- Clarified the logout next_page argument.Tim Graham2013-10-301-4/+3
| | | | | | Thanks wim at go2people.nl for the report. Backport of 51e6575472 from master
* [1.6.x] Documented the limitation on sep argument to SignerAntoine Catton2013-10-301-2/+4
| | | | | | Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com> Backport of e9a356a695 from master
* [1.6.x] Fixed #21316 -- Documented that modifying safe strings makes them ↵Tim Graham2013-10-301-0/+11
| | | | | | | | unsafe. Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch. Backport of 1edef50880 from master
* [1.6.x] Fixed #21337 -- Documented removal of ↵Tim Graham2013-10-302-0/+10
| | | | | | | | django.core.servers.basehttp.WSGIServerException refs 2ca00faa913754cd5860f6e1f23c8da2529c691a Backport of b47a052eb5 from master
* [1.6.x] Removed relative usage of import_moduleClaude Paroz2013-10-264-4/+4
| | | | | Python 3 version of importlib doesn't support this syntax. Partial backport of fdd7a355bf. Refs #21335.
* [1.6.x] Fixed #21335 -- Use importlib from python3 when using python3Andrey Antukh2013-10-261-17/+22
| | | | Backport of 3351e94ffa from master.
* [1.6.x] Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham2013-10-251-1/+1
| | | | Backport of cc2049cdd7 from master
* [1.6.x] Fixed typo in docs/releases/1.4.9.txt.Paolo Melchiorre2013-10-251-1/+1
| | | | Backport of 3b0293370a from master
* [1.6.x] Bumped release date for 1.5.5 & 1.4.9.Tim Graham2013-10-232-2/+2
| | | | Backport of 4ce5c119b5 from master
* [1.6.x] Workaround admin scripts test failures on Windows+Python 3.Ramiro Morales2013-10-231-3/+3
| | | | | | | | | | | Change strategy used to examine instrumented output to acommodate the fact that on Windows, where the path separator is '\', repr() of Python modules has changed in Python 3 to use escaped backslashes in the FS path section (e.g. 'C:\\python3x\\Lib\\site-packages\\django\\contrib\\auth\\models.py') without having to special-case based on platform. c04f3fc686 from master.
* Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger2013-10-232-0/+28
| | | | | | | | and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review. Backported from master 317040a73b77be8f8210801793b2ce6d1a69301e
* [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
| | | | 51d2e1fb23 from master.
* [1.6.x] Added 1.5.5 and 1.4.9 release notesTim Graham2013-10-223-0/+56
| | | | Backport of 2eb8f15516 from master
* [1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham2013-10-221-1/+1
| | | | | | Thanks joao at silvaneves.org for the report. Backport of 9704c49d59 from master
* [1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales2013-10-222-7/+11
| | | | | | | | This shows itself with Python 3 under Windows where UTF-8 usually isn't the default file I/O encoding and caused one failure and three errors in our test suite under that platform setup. b5f52647fe from master.
* [1.6.x] Fixed an I18N test class tearDown method.Ramiro Morales2013-10-221-0/+1
| | | | a3690168cb from master.
* [1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping()Anssi Kääriäinen2013-10-211-1/+1
| | | | | | | | | The typo could have consequences in exceptional cases, but I didn't figure out a way to actually produce such a case, so not tests. Report & patch by Michael Manfre. Backport of 86c248aa64 from master
* [1.6.x] Added docs for the hasher's iteration count changes.Tim Graham2013-10-212-1/+10
| | | | Backport of 28b70425afb2fb8bcbec09d249e37fa786f8a155 from master.
* [1.6.x] Force update of the password on iteration count changes.Florian Apolloner2013-10-212-0/+40
| | | | Backport of 7d0d0dbf26a3c0d16e9c2b930fd6d7b89f215946 from master.
* [1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner2013-10-211-20/+9
| | | | | | | | This gives a 2x speed increase compared to the existing implementation. Thanks to Steve Thomas for the initial patch and Tim Graham for finishing it. Backport of 1e4f53a6eb8d1816e51eb8bd8f95e704f6b89ead from master.
* [1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti2013-10-211-2/+4
| | | | Backport of 1e39982b6e from master
* [1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz2013-10-192-2/+4
| | | | | | Thanks kz26 for the report and the suggested fix. Refs #19758. Backport of 5f5259036 from master.
* [1.6.x] Cleaned formatting/comments in PasswordResetFormTestClaude Paroz2013-10-191-23/+22
| | | | Backport of 59a880863 from master.
* [1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann2013-10-181-0/+24
| | | | | | Thanks bjb at credil.org for the report. Backport of f8632572ad from master
* [1.6.x] Added a warning regarding session security and subdomains.Tim Graham2013-10-182-2/+35
| | | | Backport of a3372f67cb from master
* [1.6.x] Fixed ReST error in 1.6. release notes.Tim Graham2013-10-181-2/+1
| | | | Backport of 651bb73ab3 from master
* [1.6.x] Fixed bug causing CSRF token not to rotate on login.Tim Graham2013-10-182-2/+4
| | | | | | Thanks Gavin McQuillan for the report. Backport of ac4fec5ca2 from master
* [1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_commandClaude Paroz2013-10-182-15/+21
| | | | | | Thanks wildfire for the report. Backport of 3514bcb251 from master.
* [1.6.x] Removed 1.6 release note text regarding password limit length.Tim Graham2013-10-171-16/+0
| | | | | | This changed was reverted in 5d74853e156105ea02a41f4731346dbe272c2412. Backport of d97bec5ee3 from master
* [1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1Claude Paroz2013-10-172-3/+9
| | | | | | | Thanks Raphaël Barrois for the report and the initial patch and Aymeric Augustin for the review. Backport of a14f087233 from master.
* [1.6.x] Improvement on InlineFormSet doc, refs #21006Tianyi Wang2013-10-151-6/+6
| | | | Backport of 944a2bb7c1 from master
* [1.6.x] Fixed #21006 -- Added example code for overriding methods on an ↵Tianyi Wang2013-10-151-4/+26
| | | | | | | | InlineFormSet. Thanks treysta at gmail.com for the suggestion. Backport of 9bfe66164e from master
* [1.6.x] Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler2013-10-141-0/+6
| | | | | | Thanks ebertti at yahoo.com.br for the suggestion. Backport of 018e2c055a from master
* [1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-asciiClaude Paroz2013-10-142-19/+37
| | | | | | Thanks kontakt@eikefoken.de for the report. Backport of 42a67ec1cd from master.
* [1.6.x] Fixed #20962 -- Documented that template tag render() may raise ↵Bouke Haarsma2013-10-142-2/+7
| | | | | | | | exceptions. Thanks Keryn Knight for the report. Backport of e077224f4a from master
* [1.6.x] Clarfied the ModelForm docs with respect to generated vs. declared ↵Loic Bistuer2013-10-141-11/+22
| | | | | | | | | | | | | | | | | | | | | fields. The ModelForm docs suggested that fields defined declaratively override default fields generated from the form Meta. This is conceptually wrong, especially with inheritance in mind. Meta is usually defined on the topmost ModelForm subclass, while fields can come from anywhere in the MRO, especially base classes; therefore we suggested that something defined in a base class override something from a subclass. This patch rephrases the docs around the idea that Meta is used to generate *missing* fields. Refs #8620, #19617. Thanks @mjtamlyn and @timgraham for the review. Backport of 54cd930baf from master
* [1.6.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma2013-10-142-0/+10
| | | | | | Thanks gergely at polonkai.eu for the suggestion. Backport of 9b7d38ed5a from master