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
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-11
Fixed #29559 -- Fixed TransactionTestCase.reset_sequences for auto-created m2...
Oliver Sauder
2018-07-11
Removed in_between from Operation.reduce()'s signature.
Simon Charette
2018-07-11
Fixed #27845 -- Allowed both right and left optimizations of operations.
Simon Charette
2018-07-11
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
Relaxed FieldOperation.references_field remote field checking.
Simon Charette
2018-07-11
Introduced ModelTuple to remove migrations boilerplate.
Simon Charette
2018-07-11
Fixed #26720 -- Prevented invalid CreateModel optimizations of related fields.
Simon Charette
2018-07-11
Fixed #27768 -- Allowed migration optimization of CreateModel order.
Simon Charette
2018-07-11
Refs #27768 -- Reversed order of optimized and in-between operations.
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
Removed Oracle's fetchmany() and fetchall() wrappers.
Sergey Fedoseev
2018-07-10
Deleted unused variable in SQLCompiler.get_related_selections().
Mads Jensen
2018-07-09
Refs #29548 -- Fixed non-GIS test failures on MariaDB.
Tom Forbes
2018-07-05
Fixed #29544 -- Fixed regex lookup on MariaDB.
Michal Čihař
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-04
Fixed #29541 -- Fixed Cursor.execute() crash when setinputsizes() is called w...
Mariusz Felisiak
2018-07-02
Removed unused code in django.db.backends.utils.format_number().
Tim Graham
2018-07-02
Fixed #29530 -- Fixed aliases ordering when chaining annotate() and filter().
Mariusz Felisiak
2018-07-02
Simplified SQLite's Decimal adapter.
Sergey Fedoseev
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-06-29
Fixed #29480 -- Made MySQL backend retrieve constraint columns in their defin...
Thomas Grainger
2018-06-28
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...
Tim Graham
2018-06-25
Fixed #29517 -- Added support for SQLite column check constraints on positive...
Tim Graham
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
Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Tom
2018-06-20
Fixed #29503 -- Made __in lookup keep order of values in query.
Nick Pope
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2018-06-15
Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run after R...
Jeff
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-26
Refs #27098 -- Removed unused introspection queries.
Markus Holtermann
2018-05-18
Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...
bakabiko
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-08
Refs #29350 -- Fixed 'invalid escape sequence' warning in SQLite introspection.
Tim Graham
2018-05-05
Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...
Sanket Saurav
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-28
Refs #28859 -- Fixed "no data found" exception handling with cx_Oracle 6.3+.
Mariusz Felisiak
2018-04-28
Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend
Zackary Troop
2018-04-27
Fixed #29015 -- Added an exception if the PostgreSQL database name is too long.
priyanshsaxena
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
[prev]
[next]