summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-24[1.5.x] Bump everything for 1.5.5 bugfix release.1.5.5James Bennett
2013-10-23[1.5.x] Bumped release date for 1.5.5 & 1.4.9.Tim Graham
Backport of 4ce5c119b5 from master
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review. Backported from master 317040a73b77be8f8210801793b2ce6d1a69301e
2013-10-22[1.5.x] Added 1.5.5 and 1.4.9 release notesTim Graham
Backport of 2eb8f15516 from master
2013-10-22[1.5.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
Thanks joao at silvaneves.org for the report. Backport of 9704c49d59 from master
2013-10-21Oracle defer test failure; refs #16436.Tim Graham
Oracle doesn't like grouping by TextField, so use CharFields instead in models. Backport of 728d3fe1bac6b5f23dbd088e11860cfba51cf7b5 from master
2013-10-21[1.5.x] Fixed #21253 -- PBKDF2 with cached HMAC keyFlorian Apolloner
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.
2013-10-21[1.5.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.Riccardo Magliocchetti
Backport of 1e39982b6e from master
2013-10-18[1.5.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
Thanks bjb at credil.org for the report. Backport of f8632572ad from master
2013-10-18[1.5.x] Added a warning regarding session security and subdomains.Tim Graham
Backport of a3372f67cb from master
2013-10-18[1.5.x] Fixed bug causing CSRF token not to rotate on login.Tim Graham
Thanks Gavin McQuillan for the report. Backport of ac4fec5ca2 from master
2013-10-15[1.5.x] Improvement on InlineFormSet doc, refs #21006Tianyi Wang
Backport of 944a2bb7c1 from master
2013-10-15[1.5.x] Fixed #21006 -- Added example code for overriding methods on an ↵Tianyi Wang
InlineFormSet. Thanks treysta at gmail.com for the suggestion. Backport of 9bfe66164e from master
2013-10-14[1.5.x] Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
Thanks ebertti at yahoo.com.br for the suggestion. Backport of 018e2c055a from master
2013-10-14[1.5.x] Fixed #20962 -- Documented that template tag render() may raise ↵Bouke Haarsma
exceptions. Thanks Keryn Knight for the report. Backport of e077224f4a from master
2013-10-14[1.5.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
Thanks gergely at polonkai.eu for the suggestion. Backport of 9b7d38ed5a from master
2013-10-14[1.5.x] Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
Backport of 8fc63087f6 from master
2013-10-14[1.5.x] Fixed #21027 -- Updated tutorial 5 docs to link to management shell ↵Max Vizard
command page. Backport of 13ddf0e002 from master
2013-10-13[1.5.x] Fixed #21256 -- Error in datetime_safe.datetime.combine.Aymeric Augustin
Backport of d9b6fb8 from master
2013-10-13Fixed #21261 -- Added missing import in RedirectView docsAymeric Augustin
Thanks yokomizor.
2013-10-11[1.5.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects ↵Tim Graham
fixtures. Thanks slinkp for the suggestion. Backport of dd839a2dfd from master
2013-10-11[1.5.x] Minor edits to docs/topics/db/queries.txt.Cody Scott
Backport of 8bfc7cc64c from master
2013-10-10[1.5.x] Small improvements to docs/topics/db/models.txtCody Scott
Backport of 695bc0d191 from master
2013-10-09[1.5.x] Fixed #21248 -- Skipped test_bcrypt if no py-bcrypt foundAnssi Kääriäinen
Pre 1.6 Django worked only with py-bcrypt, not with bcrypt. Skipped test_bcrypt when using bcrypt to avoid false positives.
2013-10-09[1.5.x] Fixed #16436 -- defer + annotate + select_related crashTai Lee
Correctly calculate the ``aggregate_start`` offset from loaded fields, if any are deferred, instead of ``self.query.select`` which includes all fields on the model. Backpatch of 69f7db153d8108dcef033207d49f4c80febf3d70 from master.
2013-10-08[1.5.x] Fix grammatical errors in email documentationDan Loewenherz
Backport of 43f213e475 from master
2013-10-03[1.5.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
Thanks ryan at ryangallen.com for the report. Backport of 36e220f923 from master
2013-10-02[1.5.x] Clarified session replay attack differences with cookie backend.Tim Graham
Backport of 00a0d3de02 from master
2013-10-01[1.5.x] Fixed #21203 -- resolve_columns fields misalignmentMichael Manfre
In queries using .defer() together with .select_related() the values and fields arguments didn't align properly for resolve_columns(). Backpatch of 8c27247397cf16b17d0153ae059593c5a468de01 from master.
2013-10-01[1.5.x] Fixed #21180 -- Additional deprecation notes for databrowse.Tim Graham
Thanks einsteiger for the suggestion.
2013-09-30[1.5.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
Thanks mrmachine for the report. Backport of c39c9f2ad8 from master
2013-09-27[1.5.x] Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
Also fixed a py3 incompatibility. Thanks to brutasse for the report. Backport of 3754f4ad410640382f9fe25073da03009cdc2ea3 from master.
2013-09-27[1.5.x] Updated the bundled version of six to 1.4.0.Aymeric Augustin
Backport of 4292097078279226cb725c2921011fb14634b9af from master.
2013-09-25[1.5.x] Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
A .annotate().select_related() query resulted in misaligned rows vs columns for compiler.resolve_columns() method. Report & patch by Michael Manfre. Backpatch of 83554b018ef283827c0e7459ab934d447b3419d5 from master.
2013-09-25[1.5.X] Fixed wording in unit tests documentation.Baptiste Mispelon
Backport of 42b9feb2e79546e1d4362c3a4f0043f3c569ace3 from master.
2013-09-24[1.5.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.Florian Apolloner
Thanks go to Michael Gebetsroither for pointing out this issue and help on the patch. Backport of 68540fe4df44492571bc610a0a043d3d02b3d320 from master.
2013-09-24Revert "[1.5.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
This reverts commit 22b74fa09d7ccbc8c52270d648a0da7f3f0fa2bc. This fix is no longer necessary, our pbkdf2 (see next commit) implementation no longer rehashes the password every iteration.
2013-09-24[1.5.x] Fixed #21137 -- Corrected ULRconf include example.Tim Graham
Thanks marfire for the report. Backport of 77f6b468e5 from master
2013-09-23[1.5.x] Removed extra p (topppings->toppings)Brett Koonce
Backport of 946a2226ea from master
2013-09-23[1.5.x] Removed implication that six is part of Python stdlib.Tim Graham
Backport of 45969bdeb5 from master
2013-09-23[1.5.x] Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
Thanks glarrain for the suggestion. Backport of a53caf28bf from master
2013-09-23[1.5.x] Fixed #21120 -- Added more explicit text on using validators and ↵Ben Huckvale
link to writing validators. Thanks nicolas at niconomicon.net for the suggestion. Backport of 98e0453f00 from master
2013-09-23[1.5.x] Fixed #21702 -- Added different bullet styles for nested lists.Tim Garner
Thanks moc at mocpa.com for the suggestion. Backport of c81b6f7b83 from master
2013-09-22[1.5.x] Stopped a test from executing queries at the module level.Florian Apolloner
Currently module level queries are executed against the real database (specified in NAME) instead of the test database; since it is to late to fix this for 1.6, we at least ensures stable builds. Refs #21443. Backport of 4fcc1e4ad8d153f41132b171c231b6d5d4086c28 from master.
2013-09-22[1.5.x] Fixed "Address already in use" from liveserver.Florian Apolloner
Our WSGIServer rewrapped the socket errors from server_bind into WSGIServerExceptions, which is used later on to provide nicer error messages in runserver and used by the liveserver to see if the port is already in use. But wrapping server_bind isn't enough since it only binds to the socket, socket.listen (which is called from server_activate) could also raise "Address already in use". Instead of overriding server_activate too I chose to just catch socket errors, which seems to make more sense anyways and should be more robust against changes in wsgiref. Backport of 2ca00faa913754cd5860f6e1f23c8da2529c691a from master
2013-09-22[1.5.x] Reference Meta.index_together in DB performance guide.Ramiro Morales
9dc45efeba from master.
2013-09-22[1.5.x] Fixed a couple of typos in GeoDjango docs.Ramiro Morales
8b366a50f4 from master.
2013-09-21[1.5.x] Correct very minor typomlissner
Just changed as to has. Backport of d8f2d940cc from master
2013-09-21[1.5.x] Fixed #21137 -- Documented best practice for URLconfs with repeated ↵Michael DiBernardo
pattern prefixes. Backport of 222460a994 from master
2013-09-21[1.5.x] Fixed #21133 -- Clarifed documentation about strftime formatting.Curtis Maloney
Backport of 43a2ec7999 from master