index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2015-11-16
[1.9.x] Bumped version for 1.9 release candidate 1.
1.9rc1
Tim Graham
2015-11-15
[1.9.x] Updated contrib.admin translation catalog
Claude 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 NullHandler
Neal Todd
2015-11-07
[1.9.x] Removed ability to pass a geometry string to GIS functions
Claude Paroz
2015-11-03
[1.9.x] Fixed #25668 -- Misc spelling errors
Ville 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 warning
Claude 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 lookup
Claude Paroz
2015-10-19
[1.9.x] Bumped version for 1.9 beta 1.
1.9b1
Tim Graham
2015-10-19
[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta...
Simon Charette
2015-10-19
[1.9.x] Fixed #25566 -- Added title to admin's closing popup response page
Ville Skyttä
2015-10-19
[1.9.x] Fixed #25560 -- Made empty string related_name invalid.
Simon Charette
2015-10-19
[1.9.x] Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).
Ville Skyttä
2015-10-17
[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.
Josh Smeaton
2015-10-17
[1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Yusuke Miyazaki
2015-10-14
[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Antoine Catton
2015-10-14
[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-10-10
[1.9.x] Pluralized translatable strings in password_validation.py
Claude Paroz
2015-10-10
[1.9.x] Simplified translatable string in admindocs template
Claude Paroz
2015-10-09
[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fi...
Tim Graham
2015-10-09
[1.9.x] Updated translation catalogs
Claude Paroz
2015-10-09
[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.
Tim Graham
2015-10-09
[1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRasters
Daniel Wiesmann
2015-10-07
[1.9.x] Fixed #25525 -- Added instructions about importing include() in urls.py
Baptiste Mispelon
2015-10-06
[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...
Mariusz Felisiak
2015-10-06
[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-10-05
[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Tim Graham
2015-10-05
[1.9.x] Fixed #25423 -- Made error message for unknown template tag more help...
Pindi Albert
[next]