summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)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
2015-11-28[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the d...Gagaro
2015-11-28[1.9.x] Fixed #25826 -- Improved help text for the --parallel optionBaptiste Mispelon
2015-11-27[1.9.x] Added Scottish Gaelic as new available languageClaude Paroz
2015-11-27[1.9.x] Added Colombian Spanish as new available languageClaude Paroz
2015-11-27[1.9.x] Fixed #25302 (again) -- Ignored scheme when checking for bad referers.Aymeric Augustin
2015-11-26[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-26[1.9.x] Fixed a typo in the template Parser.parse docstring.Jaap Roes
2015-11-25[1.9.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
2015-11-25[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_toget...Jacek Bzdak
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
2015-11-24[1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...George Marshall
2015-11-22[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of pro...Simon Charette
2015-11-21[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_de...Tim Graham
2015-11-19[1.9.x] Corrected stacklevel in Engine deprecation warnings.Chris Lamb
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
2015-11-14[1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
2015-11-14[1.9.x] Made BaseCommand.get_version() docstring consistent with docs.Baptiste Mispelon
2015-11-14[1.9.x] Fixed #25647 -- Reverted "Simplified deduplication of test databases."Tim Graham
2015-11-11[1.9.x] Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` v...Simon Charette
2015-11-11[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette
2015-11-11[1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...Marti Raudsepp
2015-11-11[1.9.x] Updated six to 1.10.0.Tim Graham
2015-11-10[1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
2015-11-09[1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Mana...Marti Raudsepp
2015-11-09[1.9.x] Fixed debug view crash during autumn DST change.Aymeric Augustin
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
2015-11-03[1.9.x] Fixed #25668 -- Misc spelling errorsVille Skyttä
2015-11-02[1.9.x] Fixed #25661 -- Fixed checking number of points during list assignmen...Sergey Fedoseev
2015-10-29[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field...Simon Charette
2015-10-29[1.9.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots...Dheerendra Rathor
2015-10-29[1.9.x] Fixed #25631 -- Fixed support detection for some DB functions in Spat...Sergey Fedoseev
2015-10-29[1.9.x] Fixed #25630 -- Replaced `AsGeoHash` with `GeoHash` in unsupported GI...Sergey Fedoseev
2015-10-29[1.9.x] Fixed #25627, refs #25618 -- Removed detection of south migrations in...Tim Graham
2015-10-28[1.9.x] Fixed #25618 -- Added a helpful error message when Django & south mig...Tim Graham
2015-10-27[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.Ian Foote
2015-10-27[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."Simon Charette
2015-10-27[1.9.x] Fixed #25596 -- Fixed regression in password change view with custom ...Tim Graham
2015-10-27[1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ...Tim Graham
2015-10-24[1.9.x] Renamed deprecated logger.warn to warningClaude Paroz
2015-10-22[1.9.x] Fixed "URLconf" spelling in code comments.Tim Graham
2015-10-22[1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
2015-10-19[1.9.x] Bumped version for 1.9 beta 1.1.9b1Tim Graham