| Age | Commit message (Collapse) | Author |
|
|
|
* Limit the password length to 4096 bytes
* Password hashers will raise a ValueError
* django.contrib.auth forms will fail validation
* Document in release notes that this is a backwards incompatible change
Thanks to Josh Wright for the report, and Donald Stufft for the patch.
This is a security fix; disclosure to follow shortly.
Backport of aae5a96d5754ad34e48b7f673ef2411a3bbc1015 from master.
|
|
Refs #21102.
Backpatch of 74b91b3888383fca28dea00e0e1ffb5aecec7c0f
|
|
Backport of 39b49fd339 from master
|
|
Thanks AndrewIngram for the suggestion.
Backport of ec89e1725a from master
|
|
installation.
Thanks ylb415 at gmail.com for the suggestion.
Backport of e4aab1bb8d from master
|
|
Since non-core contributors are asked to review patches, instructions
on working with pull requests were added to the Working with Git and
GitHub page (based on the existing instructions in the core
committers page).
Backport of 990ce9aab9 from master
|
|
Day, month, and week_day lookups now require time zone definitions in the database.
Backport of 9451d8d from master.
|
|
8b366a50f4 from master.
|
|
Backport of bd72c2acb6 from master
|
|
Thanks EvilDMP for the report and Russell Keith-Magee
for the draft text.
Backport of da843e7dba from master
|
|
- Fixed some grammar and formatting mistakes
- Added the type and default for CULL_FREQUENCY
- Made the note on culling the entire cache more precise. (It's actually
slower on the filesystem backend.)
Backport of 5eca021d48 from master
|
|
|
|
Backport of baec6a26dd from master
|
|
paths.
Thanks Rainer Koirikivi for the report and draft patch.
This is a security fix; disclosure to follow shortly.
Backport of 7fe5b656c9 from master
|
|
Backport of 751dc0a36b from master
|
|
Backport of 6a6428a36 from master.
|
|
Backport of fca4c4826e from master
|
|
Thanks Panagiotis Issaris for the report.
Backport of fb51c9a0f2 from master
|
|
Thanks outofculture at gmail.com for the suggestion.
Backport of cbf08c6b0c from master
|
|
To enable testing on Oracle 12c
|
|
Backport of c687bf0 from master.
|
|
Inputs acceptable to time.mktime are platform-dependent.
Backport of 1a1e1478 from master.
|
|
Thanks void for the report.
Backport of ded11aa6 from master.
|
|
Thanks jcd.
Backport of e4b012feeb from master
|
|
|
|
Backport of b7451b72 from master.
|
|
The test client had been refactored in the mean time. This commit
de-factors the fix. Refs #20530.
|
|
permission on SYS.DBMS_LOB.
Thanks jafula for the suggestion.
Backport of a86ecc80a2 from master
|
|
Thanks mjtamlyn for the suggestion.
Backport of 4e784f337c from master
|
|
Thanks mitsuhiko for the report.
Backport of 65b6eff3 and adaptation of 8aaca65 from master.
|
|
Refs #20530.
Backport of 7bb62793 and 476b0764 from master.
Conflicts:
django/test/client.py
|
|
AUTO_INCREMENT values.
Thanks kent at nsc.liu.se for the report.
Backport of c54fa1a7bc from master
|
|
Thanks mitsuhiko for the report.
Non-ASCII values are supported. Non-ASCII keys still aren't, because the
current parser mangles them. That's another bug.
Simplified backport of 8aaca651 and f5add47 from master.
|
|
It's now forbidden to call queryset.update(field=instance) when instance
hasn't been saved to the database ie. instance.pk is None.
Conflicts:
tests/queries/tests.py
Backport of b4cd8169 from master.
|
|
Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.
Backport of 926bc42 from trunk.
|
|
Backport of 498014ccd5 from master
|
|
rca/12756-missing-yaml-module-serializer-error-message
Fixed #12756: Improved error message when yaml module is missing.
Backport of 4f5faa1916e7c8cb72cc9ebf1a1fd964ba6e707b from master.
|
|
Fixed #16502 -- Fixed a TemplateDoesNotExist error that should be an ImproperlyConfigured.
Assistance on the patch from #jambronrose.
Backport of 9b2dc12b8332389d1bfb9e83123a088a084a6a47 from master.
|
|
[1.6.x] Fixed #21058 -- Fixed debug view blowing up when no template is provided to the template rendering functions.
Assistance on this commit from @jambonrose.
Backport of 122020fdb93980df850ae02f61d97da27e2cb515 from master.
|
|
Backport of 0c295a7718 from master
|
|
Changed th system module values check to return a list.
In Python 3 it returns a dict_view which could occassionally produce
a runtime error of "dictionary changed size during iteration".
Backport of 559cb826b8 from master
|
|
compatible with runserver --insecure.
Backport of 028db97503 from master
|
|
Thanks craigbruce.
Backport of db3de52807 from master
|
|
Backport of cd4068f359 from master
|
|
The documentation and comments now all use 'an' to
refer to the word SQL and not 'a'.
Backport of 4d13cc56de from master
|
|
Backport of 93dd31cadf from master
|
|
Thanks Keryn Knight for the suggestion.
Backport of eacf060e01 from master
|
|
Backport of 7b62b80693 from master
|
|
Thanks tuxcanfly.
Backport of bab039d74c from master
|