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
Age
Commit message (
Expand
)
Author
2021-05-21
Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default o...
Yuekui Li
2021-05-18
Fixed #32733 -- Skipped system check for specifying type of auto-created prim...
Rust Saiargaliev
2021-05-17
Fixed #32750 -- Fixed crash of Extract() transform on OuterRef() expressions.
Artur Beltsov
2021-05-13
Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-12
Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...
Nick Pope
2021-05-11
Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.
Mariusz Felisiak
2021-05-07
Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.
Alex Hill
2021-05-05
Fixed #32690 -- Fixed __in lookup crash when combining with filtered aggregates.
Simon Charette
2021-05-05
Fixed #32714 -- Prevented recreation of migration for Meta.ordering with Orde...
Simon Charette
2021-05-04
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-05-04
Fixed #32693 -- Quoted and lowercased generated column aliases.
Hasan Ramezani
2021-04-30
Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...
Mariusz Felisiak
2021-04-28
Removed unnecessary reuse_with_filtered_relation argument from Query methods.
Nick Pope
2021-04-28
Removed unused with_filtered_relation argument from .equals()
Nick Pope
2021-04-28
Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery deconstruct...
Simon Charette
2021-04-27
Fixed #32687 -- Restored passing process’ environment to underlying tool in...
Konstantin Alekseev
2021-04-27
Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-referenti...
Mariusz Felisiak
2021-04-27
Fixed #32686 -- Removed unnecessary semicolon on collected multiline SQL for ...
Hannes Ljungberg
2021-04-23
Refs #32673 -- Fixed lookups crash when comparing against lookups on Oracle.
Mariusz Felisiak
2021-04-23
Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...
Simon Charette
2021-04-21
Fixed #32662 -- Refactored a generator out of SQLCompiler.get_order_by().
Chris Jerdonek
2021-04-21
Fixed #32650 -- Fixed handling subquery aliasing on queryset combination.
Simon Charette
2021-04-20
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-20
Refs #25287 -- Added _sqlite_prepare_dtdelta_param() hook.
Tobias Bengfort
2021-04-20
Removed unnecessary line in OrderBy.as_sql().
David Beitey
2021-04-16
Fixed #29899 -- Made autodetector use model states instead of model classes.
David Wobrock
2021-04-16
Refs #29899 -- Improved variable names in MigrationAutodetector._detect_chang...
David Wobrock
2021-04-16
Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.
David Wobrock
2021-04-14
Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields o...
Mariusz Felisiak
2021-04-14
Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckCo...
Hasan Ramezani
2021-04-13
Corrected typo in Field.deconstruct docstring.
Daniel Hahler
2021-04-12
Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combined query...
Iuri de Silvio
2021-04-12
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-04-08
Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.
Adam Johnson
2021-04-07
Fixed #32501 -- Added support for returning fields from INSERT statements on ...
girishsontakke
2021-04-07
Fixed #32442 -- Used converters on returning fields from INSERT statements.
Adam Johnson
2021-04-07
Refs #32074 -- Backported Enum.__repr__() from Python 3.10.
Mariusz Felisiak
2021-03-30
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-29
Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.
Hasan Ramezani
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2021-03-24
Removed trailing whitespaces in error messages.
Mariusz Felisiak
2021-03-24
Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model c...
Nick Pope
2021-03-23
Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.
Florian Demmer
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-03-17
Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.
Jonathan Richards
2021-03-16
Fixed #32546 -- Avoided Meta.ordering columns in GROUP BY clauses.
Yuri Konotopov
2021-03-12
Fixed #31516 -- Improved naming of migrations with multiple operations.
manav014
2021-03-12
Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...
Adam Johnson
2021-03-10
Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...
Mariusz Felisiak
[prev]
[next]