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
/
db
/
models
Age
Commit message (
Expand
)
Author
2017-03-30
[1.11.x] Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of ...
Sergey Fedoseev
2017-03-28
[1.11.x] Refs #18974 -- Added stacklevel for permalink() deprecation.
Tim Graham
2017-03-23
[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' fo...
Kapil Garg
2017-03-21
[1.11.x] Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Tim Graham
2017-03-18
[1.11.x] Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
Mads Jensen
2017-03-14
[1.11.x] Used constant instead of hard-coded value for max index name length
Mads Jensen
2017-03-01
[1.11.x] Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.
Matthew Schinckel
2017-02-20
[1.11.x] Fixed typo in DurationField's docstring.
Alexey Rogachev
2017-02-16
[1.11.x] Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField...
Vytis Banaitis
2017-02-11
[1.11.x] Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in...
Tim Graham
2017-02-10
[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2017-01-31
[1.11.x] Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
Lex Berezhny
2017-01-25
[1.11.x] Removed unused variables that are overwritten.
Mads Jensen
2017-01-16
Refs #25809 -- Made a few late review comments for BrinIndex.
Mads Jensen
2017-01-16
Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.
Josh Smeaton
2017-01-16
Fixed #27736 -- Used decorators for lookup registration.
Mads Jensen
2017-01-15
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-14
Refs #16614 -- Prevented database errors from being masked by cursor close.
François Freitag
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-12-29
Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.
Mariusz Felisiak
2016-12-29
Removed unused enumerate.
Florian Apolloner
2016-12-28
Fixed #27651 -- Allowed M2M to concrete and proxy through model.
Tim Graham
2016-12-24
Fixed #27498 -- Fixed filtering on annotated DecimalField on SQLite.
Peter Inglesby
2016-12-23
Used @cached_property in RawQuerySet.
Adam Chainz
2016-12-23
Refs #27624 -- Made QuerySet._prefetch_related_lookups immutable.
Adam Chainz
2016-12-23
Refs #18823 -- Corrected field name in an m2m manager error message.
Andrey Kuzminov
2016-12-20
Removed unneeded values in NullBooleanField.formfield().
Tim Graham
2016-12-15
Optimized Model instantiation a bit.
Adam Chainz
2016-12-14
Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.
Morgan Aubert
2016-12-14
Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOne...
Daniel Hillier
2016-12-08
Fixed #13312 -- Allowed specifying the order of null fields in queries.
Yohann Gabory
2016-12-07
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-12-07
Fixed #25708 -- Fixed annotations with geometry values.
Sergey Fedoseev
2016-12-05
Refs #27025 -- Fixed Python 3.6 deprecation warning for empty model super() c...
Tim Graham
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-11-30
Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.
Lex Berezhny
2016-11-29
Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...
Henry Dang
2016-11-25
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Adam Chainz
2016-11-24
Improved the way Model.save() skips the auto_field.
Adam Chainz
2016-11-23
Fixed #27499 -- Made Prefetches pickle without evaluating their QuerySet.
Adam Chainz
2016-11-23
Cleaned up some __getstate__() docstrings.
Tim Graham
2016-11-22
Fixed #27295 -- Added a system check to prohibit model names that start or en...
Quentin Fulsher
2016-11-20
Fixed #27512 -- Removed unused code in Model.__init__().
Adam Chainz
2016-11-20
Refs #26207 -- Removed obsolete comments about deferred model classes.
Adam Chainz
2016-11-20
Fixed #27514 -- Tested Model.__init__ excessive number of fields.
Adam Chainz
2016-11-15
Fixed #27407 -- Made Model.delete(keep_parents=True) preserve parent reverse ...
Simon Charette
[next]