1
0
mirror of https://github.com/django/django.git synced 2025-03-23 07:40:44 +00:00

13657 Commits

Author SHA1 Message Date
Jacob Kaplan-Moss
87f4860718 [1.5.x] Fixed : don't allow filtering on password in the user admin.
Backport of 9e462f810194800af30ea19a6fb8ac5697d839b4 from master.
2013-03-27 11:52:40 -05:00
Preston Holmes
572a300e56 [1.5.x] Fixed -- ensure module level deprecations are displayed
Also don't compete with -W CLI option.

Thanks to Aymeric Augustin for the catch, and Claude Paroz for the patch.

Backport of e79b857a07905340556f781a7d63016236b21c61 from master.
2013-03-27 10:37:47 -05:00
Donald Stufft
456d6c15db Merge pull request from dstufft/document-bcrypt-truncation-1.5.x
Document password truncation with BCryptPasswordHasher
2013-03-26 10:32:08 -07:00
Donald Stufft
33c4abb71a Document password truncation with BCryptPasswordHasher 2013-03-26 13:29:53 -04:00
Anssi Kääriäinen
207117ae73 [1.5.x] Fixed -- Oracle null promotion for empty strings
Backpatch of e17fa9e877e84e93b699c2bd13ea48dbbb86e451
2013-03-26 15:05:37 +02:00
Yohan Boniface
5e2bb1223c [1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.
Backport of c5b2414a52 from master
2013-03-24 13:55:45 -04:00
Claude Paroz
8772f9b4a6 [1.5.x] Fixed -- Fixed typo in auth docs
Thanks vinyll for the report.
Backport of f670cce9f53 from master.
2013-03-23 20:01:44 +01:00
Russell Keith-Magee
d35e621633 [1.5.x] Fixed , -- Modified tests for contrib apps sensitive to custom User models.
Thanks to matiasb for the report of  and the draft patch for .

(cherry picked from commit 930af661abdb4eb7322f1ab06f21df9ed04af43d)
2013-03-23 10:02:10 +08:00
Tim Graham
f7ca464039 [1.5.x] Added missing markup to docs.
Backport of 93cffc3b37 from master.
2013-03-22 14:08:55 -04:00
Tom V
1363b41823 [1.5.x] Fixed docs template name typo
Backport of a907fa088e from master
2013-03-22 13:51:55 -04:00
Claude Paroz
deec020bf5 [1.5.x] Fixed -- Fixed filepath_to_uri decoding error
This was a regression due to unicode_literals usage. Thanks Ivan
Virabyan for the report and the initial patch.
Backport of 164528acc8 from master.
2013-03-22 17:58:36 +01:00
Marc Tamlyn
dd897e4eeb [1.5.x] Fixed - Be more careful when checking for Iterator
Python 2.6 has some different behaviour when checking
isinstance(foo, collections.Iterator).
Backport of 829dc3c5 from master.
2013-03-22 17:45:41 +01:00
Tim Graham
7206330c15 [1.5.x] Fixed - Clarified intro of topics/files.txt.
Thanks guettli for the suggestion.

Backport of f7795e968d from master
2013-03-22 07:44:42 -04:00
Claude Paroz
add0dc02ad [1.5.x] Fixed -- Added link to the Greek localflavor app
Backport of a9ee0e297 from master.
2013-03-20 17:11:21 +01:00
Claude Paroz
b91067d9aa [1.5.x] Revert "Fixed -- Made second iteration over invalid queryset raise an exception too"
This reverts commit d1e87eb3baf75b1b6a0ada46a9b77f7e347cdb60.
This commit was the cause of a memory leak. See ticket for more details.
Thanks Anssi Kääriäinen for identifying the source of the bug.
2013-03-20 10:43:14 +01:00
Matthew Wood
5c78877016 [1.5.x] Fixed -- Specified where to define TEMPLATE_DIRS. 2013-03-18 15:48:47 -04:00
Aymeric Augustin
9e920a4888 [1.5.x] Minor docs fix for e11ccc76.
Backport of f3a6d74 from master.
2013-03-17 22:44:20 +01:00
Aymeric Augustin
1c9bd69ff0 [1.5.x] Stopped using non-standard __globals__ and __code__ attributes.
Some alternative implementations don't have them.

Closes .

Backport of 9d4a5b00f1977d8cddf8e241fa4bb8a9e819f188 from master.
2013-03-17 16:05:55 +01:00
Aymeric Augustin
2757d492bb [1.5.x] Updated bundled version of six.
Backport of e11ccc76d325b6bbbf101f510a91299f507f0745.
2013-03-17 16:05:30 +01:00
Florian Apolloner
f96d2848c6 [1.5.x] Updated our six module to follow upstream changes.
This includes fixes for the java/jython detection and a new license header.

Thanks to Thomas Bartelmess for the report.

Backport of c5ce0e8a687ecf7fbc38fa85c5311a6320a246c6 from master.
2013-03-17 16:05:19 +01:00
Claude Paroz
101ec4bf8a [1.5.x] Fixed -- Improved GEOS version string parsing
Thanks chikiro.spam at gmail.com for the report.
Backport of 747f7d254 from master.
2013-03-13 09:54:37 +01:00
Tim Graham
e5c57fe1b4 [1.5.x] Fixed - Added a warning that the tutorial is written for Python 2.
Thanks itsallvoodoo for the patch.

Backport of e1bafdbffa from master.
2013-03-12 08:08:01 -04:00
Claude Paroz
1ac7d4e345 [1.5.x] Fixed -- Removed trailing slash in Wikipedia link
Thanks senden9 at gmail.com for the report.
Backport of 63c52dcbcd from master.
2013-03-10 16:00:24 +01:00
Claude Paroz
327c98ff08 [1.5.x] Fixed -- Catched ValueError in get_system_username
Thanks lanre.hbs at gmail.com for the report.
2013-03-02 22:45:06 +01:00
Tim Graham
142728277a [1.5.x] Fixed - Added a note about SESSION_EXPIRE_AT_BROWSER_CLOSE and browsers that persist sessions.
Thanks David Sanders.

Backport of fe5d9fe5fe from master
2013-03-02 10:13:17 -05:00
Claude Paroz
d43dfdf4b9 [1.5.x] Fixed -- Fixed sentence in contrib.auth signals docs
Thanks edd at slipszenko.net for the report.
Backport of 6d3b0c33dc from master.
2013-03-01 22:18:00 +01:00
Tim Graham
ed381bd922 [1.5.x] Fixed - Typo in class-based views intro.
Backport of d009ffe436 from master
2013-02-28 08:26:56 -05:00
Marti Raudsepp
3919810923 [1.5.x] [py3] str.decode does not exist; str.encode was intended
Backport of fba6df19b5 from master
2013-02-27 16:18:06 -05:00
Claude Paroz
171a6635d2 [1.5.x] Fixed -- Fixed a link to code example in queries docs
Thanks Randy Salvo for the report.
Backport of b0ba21db07 from master.
2013-02-27 21:32:08 +01:00
Tim Graham
7f04031ef1 [1.5.x] Fixed - Added a class-based views intro.
Thanks Preston Holmes for the text.

Backport of 2108941677 from master
2013-02-27 08:19:45 -05:00
Łukasz Langa
bbe8205693 [py3] Always fed hashlib with bytes. 2013-02-27 10:03:33 +01:00
Tim Graham
67f3a6e9cf [1.5.x] Fixed - Typo in translation docs.
Thanks amoebob for the report.

Backport of 9ce1b6191b from master
2013-02-26 15:14:17 -05:00
James Bennett
b170c077cc [1.5.x] Correct final element of version tuple. 1.5 2013-02-26 13:28:38 -06:00
James Bennett
52093827c7 [1.5.x] Update trove classifier for 1.5 final release. 2013-02-26 13:13:43 -06:00
James Bennett
61283a8208 [1.5.x] Add release date to 1.5 release notes. 2013-02-26 13:12:27 -06:00
James Bennett
e7f2c6f2d7 [1.5.x] Bump version numbers for Django 1.5 release. 2013-02-26 13:06:35 -06:00
Aymeric Augustin
702d39921c [1.5.x] Fixed -- Added proper __hash__ methods.
Classes overriding __eq__ need a __hash__ such that equal objects have
the same hash.

Thanks akaariai for the report and regebro for the patch.

Backport of e76147a from master.
2013-02-25 23:37:23 +01:00
Aymeric Augustin
1742fd08f5 [1.5.x] Fixed -- Documented caching options for javascript_catalog.
Backport of 0836670 from master
2013-02-25 22:30:56 +01:00
Aymeric Augustin
33fc438952 [1.5.x] Fixed -- Restored compatibility with SHA1 hashes with empty salt.
Thanks dahool for the report and initial version of the patch.

Backport of 633d8de from master.
2013-02-25 20:04:26 +01:00
Claude Paroz
3fb98406dc [1.5.x] Updated translations 2013-02-25 14:27:14 +01:00
Claude Paroz
cf114cffea [1.5.x] Fixed -- Fixed unbalanced setUp/tearDown calls in LiveServerAddress test
Backport of 6d52bcbb7c from master.
2013-02-25 08:59:44 +01:00
Carl Meyer
b83feeea43 [1.5.x] Minor edits to some recently-added admin docs.
Backport of 8f839aaa180f from master.
2013-02-25 00:15:46 -07:00
Aymeric Augustin
455baa68eb [1.5.x] Changed testing strategy used in 6b03179e.
Avoid polluting the app cache as it causes unrelated test failures.

Refs .

Backport of 7b49da1 from master.
2013-02-25 00:11:10 +01:00
Simon Charette
f8b41da431 [1.5.x] Fixed -- Allow model subclassing with a custom metaclass using six.with_metaclass
Backport of 6b03179e126d4df01623dccc162c1579f349e41e from master.

Although we're post RC 2, I'm backporting this because it's arguably a
major bug in a new feauture that will prevent several well-known
third-party apps from being ported to Python 3.
2013-02-24 17:45:48 +01:00
Ben Konrath
1845c53081 [1.5.x] Fixed --Added note about auth forms and custom user models. 2013-02-24 07:58:16 -08:00
Preston Holmes
f60dd6f55d [1.5.x] Made a small clarification in tutorial.
refs 
2013-02-23 19:07:55 -08:00
Tim Graham
72db38facc [1.5.X] Added an example of "default" database dictionary left blank; refs .
Thanks wsmith323 for the patch.

Backport of cf890c110e from master
2013-02-23 16:03:03 -05:00
Tim Graham
1702be89c8 [1.5.X] Fixed - Clarified purpose of CustomUser.REQUIRED_FIELDS
Thanks pydanny for the report and ptone for the patch.

Backport of 24a2bcbcdd from master
2013-02-23 15:43:55 -05:00
Grzegorz Nosek
d1e87eb3ba [1.5.x] Fixed -- Made second iteration over invalid queryset raise an exception too
When iteration over a queryset raised an exception, the result cache
remained initialized with an empty list, so subsequent iterations returned
an empty list instead of raising an exception

Backport of 2cd0edaa477b327024e4007c8eaf46646dcd0f21 from master.
2013-02-23 14:39:05 -06:00
Tim Graham
2683e8ea20 [1.5.X] Fixed - Documented that "providing_args" is purely documentational.
Backport of 4c05fdb467 from master
2013-02-23 15:33:58 -05:00