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
2018-09-10
Fixed #29500 -- Fixed SQLite function crashes on null values.
Srinivas Reddy Thatiparthy
2018-09-08
Fixed #29727 -- Made nonexistent joins in F() raise FieldError.
Alexander Holmbäck
2018-08-31
Refs #27795 -- Removed force_text() in Model._get_FIELD_display().
Jon Dufresne
2018-08-29
Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-08-28
Refs #27795 -- Removed force_bytes()/smart_text() from model fields.
Jon Dufresne
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-08-22
Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...
Simon Willison
2018-08-22
Fixed #29698 -- Fixed Field._check_choices() crash on invalid choices.
Franck Michea
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-20
Removed unused function argument from Window.as_sql().
Mariusz Felisiak
2018-08-20
Fixed #29625 -- Made Model.refresh_from_db() clear prefetch related caches.
Ming Qin
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-13
Removed unused enumerate in django/db/models/sql/datastructures.py.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-08-10
Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...
Ramiro Morales
2018-08-07
Fixed #29648 -- Fixed crash when using subqueries inside datetime truncation ...
Raphael Michel
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-02
Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
Michael Sanders
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-08-01
Simplified comment in BooleanField.to_python().
Tim Graham
2018-07-25
Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.ca...
Andrew Brown
2018-07-20
Fixed #29568 -- Prevented unnecessary UPDATE queries creating child models.
François Dupayrat
2018-07-18
Removed duplicate words in various comments.
Mariusz Felisiak
2018-07-16
Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_cr...
Viktor Danyliuk
2018-07-16
Fixed #28917 -- Prevented Paginator's unordered warning on EmptyQuerySet.
Josh Schneier
2018-07-14
Fixed #29542 -- Fixed invalid SQL if a Subquery from the HAVING clause is use...
Mariusz Felisiak
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
Deleted unused variable in SQLCompiler.get_related_selections().
Mads Jensen
2018-07-05
Refs #26608 -- Removed unneeded name attribute in window functions.
Mads Jensen
2018-07-05
Refs #28643 -- Added math database functions.
Junyi Jiao
2018-07-02
Fixed #29530 -- Fixed aliases ordering when chaining annotate() and filter().
Mariusz Felisiak
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-06-25
Fixed #29447 -- Made RelatedManager.set() pass bulk argument to clear().
Alexandr Tatarinov
2018-06-25
Refs #29516 -- Reverted inadvertent change in Model.__init__().
Tim Graham
2018-06-25
Fixed #29517 -- Rephrased error message when passing incorrect kwarg to model...
Federico Bond
2018-06-20
Fixed #29503 -- Made __in lookup keep order of values in query.
Nick Pope
2018-05-29
Refs #28748 -- Reallowed lazy model field choices.
Tim Graham
2018-05-27
Fixed #29230 -- Fixed nested prefetches that clash with descriptors.
Paulo
2018-05-27
Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL whe...
Mariusz Felisiak
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-05-14
Refs #28834 -- Moved ancestor field cached value fallback to related fields d...
Paulo
2018-05-10
Fixed #27629 -- Added router.allow_relation() calls for assignments between u...
Stefan R. Filipek
2018-05-03
Refs #29358 -- Corrected wording in primary key check message.
Carlton Gibson
2018-05-03
Fixed #29358 -- Added a system check to prohibit models with more than one pr...
Hasan Ramezani
2018-04-27
Fixed #29367 -- Fixed model state on objects with a primary key created with ...
Oscar Esgalha
2018-04-20
Fixed #29247 -- Allowed blank model field choice to be defined in nested choi...
orlnub123
2018-04-19
Fixed #28600 -- Added prefetch_related() support to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29339 -- Added result caching to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
[prev]
[next]