summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2015-12-01[1.9.x] Bumped version for 1.9 release.1.9Tim Graham
2015-12-01[1.9.x] Pulled contrib translations from TransifexClaude Paroz
2015-12-01[1.9.x] Pulled core Django translations from TransifexClaude Paroz
2015-11-30[1.9.x] Fixed #25827 -- Removed extra spacing in admin's DateTimeField.elky
Backport of 2084aed20c4d350a4192a0cfaa22140d4af3396c from master
2015-11-28[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the ↵Gagaro
date template filter. Backport of 34d88944f46d3e2734488fd0ca3c2c24c15a0264 from master
2015-11-28[1.9.x] Fixed #25826 -- Improved help text for the --parallel optionBaptiste Mispelon
This was overlooked in 81f5d63218851f90bd83c1263d9a427db84d6082. Backport of ab33269b00858de7c37196a1ea044ce2080fd852 from master.
2015-11-27[1.9.x] Added Scottish Gaelic as new available languageClaude Paroz
Refs #25815. Thanks gunchleoc <fios@foramnagaidhlog.net> for the Scottish Gaelic formats.py. Backport of 8bc0266b3f from master.
2015-11-27[1.9.x] Added Colombian Spanish as new available languageClaude Paroz
Refs #25815. Backport of ff0dac9666 from master.
2015-11-27[1.9.x] Fixed #25302 (again) -- Ignored scheme when checking for bad referers.Aymeric Augustin
The check introduced in 4ce433e was too strict in real life. The poorly implemented bots this patch attempted to ignore are sloppy when it comes to http vs. https. Backport of 11f10b7 from master
2015-11-26[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation and Tim for the review. Backport of cc2ca9c550fbf8fca8684b373a3c8e3618eea08e from master
2015-11-26[1.9.x] Fixed a typo in the template Parser.parse docstring.Jaap Roes
Backport of 831514867c9a2f8321ef15d0de25352a5b9ee3b9 from master
2015-11-25[1.9.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
Backport of 88fc9e2826044110b7b22577a227f122fe9c1fb5 from master
2015-11-25[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in ↵Jacek Bzdak
unique_together. Backport of 2cb50f935aa70e91dd6c2f253becd636a2eb6fb7 from master
2015-11-24[1.9.x] Bumped version for 1.9 release candidate 2.1.9rc2Tim Graham
2015-11-24[1.9.x] Fixed a settings leak possibility in the date template filter.Florian Apolloner
This is a security fix.
2015-11-24[1.9.x] Fixed #25767 -- Fixed data truncation possibility with ↵George Marshall
Positive(Small)IntegerField on MySQL. Backport of 710e11d076b9e5ef3e3b486dfb70bb55b788691c from master
2015-11-22[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of ↵Simon Charette
proxied models. Thanks to Trac alias ppetrid for the report and Tim for the review. Conflicts: tests/delete/tests.py Forward port of 7c3ef19978b36b61db88a519f799f1ce8d019679 from stable/1.8.x
2015-11-21[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey ↵Tim Graham
w/on_delete=SET_NULL. Backport of 54e2e688e1cfbdb37dfa5dd3b3ffdf2af12b4423 from master
2015-11-19[1.9.x] Corrected stacklevel in Engine deprecation warnings.Chris Lamb
Otherwise we just see django.template.loader and not the "original" callers.
2015-11-16[1.9.x] Bumped version for 1.9 release candidate 1.1.9rc1Tim Graham
2015-11-15[1.9.x] Updated contrib.admin translation catalogClaude Paroz
2015-11-14[1.9.x] Fixed #25723 -- Made related field checks lookup against their local ↵Simon Charette
apps. Backport of c550beb0ccc8855fde7ff50ada530f7ceff1a595 from master
2015-11-14[1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
Backport of 263b3d2ba132ea443193dc0b728741317742c8d3 from master
2015-11-14[1.9.x] Made BaseCommand.get_version() docstring consistent with docs.Baptiste Mispelon
Backport of 9bc0c21b1ce6520dd365251eeb8b4b493d8ec2b7 from master
2015-11-14[1.9.x] Fixed #25647 -- Reverted "Simplified deduplication of test databases."Tim Graham
This reverts commit 49eee84245b1297a84ad4ddc2251e287ef585ea2 as it caused a regression with test mirrors. Backport of ce737ac67845da9a73ad645d6b9fb1692390ad56 from master
2015-11-11[1.9.x] Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` ↵Simon Charette
validation. Backport of 4a9c32f5eece9030c2b568e930cec0c1ba8f1da0 from master
2015-11-11[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette
Thanks to Kevin Turner for the report and Tim for the review. Backport of 4cd5d846d4a0a62bba6edf435a8ae9c6dcfacb43 from master
2015-11-11[1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if ↵Marti Raudsepp
input is bytestring. This is consistent with the behavior of Django 1.7.x and earlier. Backport of d3e3703a15cd9d294406121bc43be0c75b1a4e0e from master
2015-11-11[1.9.x] Updated six to 1.10.0.Tim Graham
Backport of 4c593eaa5f6767ac56a677299c984ee46c88a2cb from master
2015-11-10[1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
Thanks to Jamie Matthews for finding and explaining the bug. Backport of 4608573788c04fc047da42b4b7b48fdee8136ad3 from master
2015-11-09[1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept ↵Marti Raudsepp
Managers. This fixes a regression from refs #25496. Backport of 1155843a41af589a856efe8e671a796866430049 from master
2015-11-09[1.9.x] Fixed debug view crash during autumn DST change.Aymeric Augustin
This only happens if USE_TZ = False and pytz is installed (perhaps not the most logical combination, but who am I to jugde?) Refs #23714 which essentially fixed the same problem when USE_TZ = True. Thanks Florian and Carl for insisting until I wrote a complete patch. Backport of 1014ba026e879e56e0f265a8d9f54e6f39843348 from master
2015-11-07[1.9.x] Amended comment to remove reference to the no longer used NullHandlerNeal Todd
2015-11-07[1.9.x] Removed ability to pass a geometry string to GIS functionsClaude Paroz
This was a possible confusion source with column name arguments. Thanks Sergey Fedoseev for the suggestion.
2015-11-03[1.9.x] Fixed #25668 -- Misc spelling errorsVille Skyttä
Backport of 3ee18400ae9b916da1a3bee9c9c630fd223a2d3c from master
2015-11-02[1.9.x] Fixed #25661 -- Fixed checking number of points during list ↵Sergey Fedoseev
assignment for `LinearRing`. Backport of 1b598b4b4 from master.
2015-10-29[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to ↵Simon Charette
field validation Thanks to Jonathan Liuti for the report and Tim Graham for the review. Backport of 9dcfecb7c6c8285630ad271888a9ec4ba9140e3a from master
2015-10-29[1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive ↵Dheerendra Rathor
dots in the domain section. Backport of 96fe90f5356971e0e51a0bc41e045dde600d7521 from master
2015-10-29[1.9.x] Fixed #25631 -- Fixed support detection for some DB functions in ↵Sergey Fedoseev
SpatiaLite backend.
2015-10-29[1.9.x] Fixed #25630 -- Replaced `AsGeoHash` with `GeoHash` in unsupported ↵Sergey Fedoseev
GIS functions Backport of 7521bb95d5 from master.
2015-10-29[1.9.x] Fixed #25627, refs #25618 -- Removed detection of south migrations ↵Tim Graham
in loader. Backport of c4af8eb366be45420e13a400cc1dcc8fab91c1ad from master
2015-10-28[1.9.x] Fixed #25618 -- Added a helpful error message when Django & south ↵Tim Graham
migrations exist in the same directory. Forwardport of 65bff161ffab1310719bdee495d1e9b35f838c31 from stable/1.8.x
2015-10-27[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.Ian Foote
Backport of 32ef48aa562e6aaee9983f5d0f1c60f02fd555fb from master
2015-10-27[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."Simon Charette
This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69. Backport of 976bd519a879b2fd7a356cb21bde32696adb545f from master
2015-10-27[1.9.x] Fixed #25596 -- Fixed regression in password change view with custom ↵Tim Graham
user model. The reverse() added in 50aa1a790ca66c2a93e0a52e00c53375b269ff49 crashed on a custom user model. Backport of 5acf203db2e9562dbe4073bf85d5043ef3121ea9 from master
2015-10-27[1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ↵Tim Graham
invalid value. Backport of 1f07da3e29c7c3d47968e1c4531dd9bf902575b7 from master
2015-10-24[1.9.x] Renamed deprecated logger.warn to warningClaude Paroz
Backport of 81fed5bc33 from master.
2015-10-22[1.9.x] Fixed "URLconf" spelling in code comments.Tim Graham
Backport of 37ea3cb03e80de80380009a7a7939bc48d75abe9 from master
2015-10-22[1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
Fixes a regression from 2bd1bbc42. Thanks Daniel Wiesmann for the report and Tim Graham for the review. Backport of c08f85fd54 from master.
2015-10-19[1.9.x] Bumped version for 1.9 beta 1.1.9b1Tim Graham