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-23
[2.1.x] Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz....
Tim Graham
2018-07-18
[2.1.x] Removed duplicate words in various comments.
Mariusz Felisiak
2018-07-05
[2.1.x] Fixed #29544 -- Fixed regex lookup on MariaDB.
Michal Čihař
2018-06-20
[2.1.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Tom
2018-06-20
[2.1.x] Fixed #29503 -- Made __in lookup keep order of values in query.
Nick Pope
2018-06-17
[2.1.x] Fixed #29496 -- Fixed crash on Oracle when converting a non-unique fi...
Mariusz Felisiak
2018-06-15
[2.1.x] Fixed #29000 -- Fixed RenameModel's renaming of a M2M column when run...
Jeff
2018-05-29
[2.1.x] Refs #28748 -- Reallowed lazy model field choices.
Tim Graham
2018-05-27
[2.1.x] Fixed #29230 -- Fixed nested prefetches that clash with descriptors.
Paulo
2018-05-27
[2.1.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on M...
Mariusz Felisiak
2018-05-26
[2.1.x] Refs #27098 -- Removed unused introspection queries.
Markus Holtermann
2018-05-18
[2.1.x] Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowa...
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
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
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
2018-04-17
Simplified Oracle's DatabaseOperations.cache_key_culling_sql() with LIMIT/OFF...
Mariusz Felisiak
2018-04-16
Fixed #29330 -- Fixed crash when pickling BaseExpression.
Daniel Miller
2018-04-13
Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-04-12
Fixed #29320 -- Added an exception when an annotation alias matches a Foreign...
Flávio Juvenal
2018-04-11
Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...
Jeremy Bowman
2018-04-04
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...
Dmitry Dygalo
2018-04-03
Refs #24791 -- Made PostgreSQL's nodb connection use first PostgresSQL db whe...
Mariusz Felisiak
2018-04-03
Refs #28643 -- Added Repeat database function.
Mariusz Felisiak
2018-04-03
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...
Mariusz Felisiak
2018-03-28
Fixed #29245 -- Made autodetector treat field renames + db_column addition as...
Simon Charette
2018-03-23
Fixed #23406 -- Allowed migrations to be loaded from .pyc files.
Dan Watson
2018-03-20
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2018-03-20
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-19
Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...
Astral
2018-03-19
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-03-17
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-17
Removed unused args in Index.clone().
Mads Jensen
2018-03-16
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
[next]