| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Tim Graham and Mariusz Felisiak for the reviews.
|
|
|
|
Thanks Tim Graham and Nick Pope for reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
SQLite/MySQL backends.
|
|
|
|
|
|
|
|
See https://docs.python.org/3/library/sqlite3.html#default-adapters-and-converters.
|
|
SQLite and MySQL.
|
|
|
|
referenced by a ManyToManyField.
Introspected database constraints instead of relying on _meta.related_objects
to determine whether or not a table or a column is referenced on rename
operations.
This has the side effect of ignoring both db_constraint=False and virtual
fields such as GenericRelation which aren't backend by database level
constraints and thus shouldn't prevent the rename operations from being
performed in a transaction.
Regression in 095c1aaa898bed40568009db836aa8434f1b983d.
Thanks Tim for the additional tests and edits, and Mariusz for the review.
|
|
SQLite.
|
|
date/datetime to Date/DateTimeField.
|
|
fractional part of DecimalField.
This reverts commit a146b65628e702a9a3ed5be21542ca45366fbb29 and adds
a test for the regression.
|
|
|
|
|
|
Thanks Ramiro for the input and Tim for the review.
|
|
|
|
|
|
|
|
|
|
PEP 249.
|
|
|
|
|
|
timeline.
|
|
|
|
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the
review.
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
|
|
|
|
|
|
provided.
Thanks Tim Graham for the review.
|
|
Expression.convert_value().
Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for contributing to the patch and
Simon Charette for advice and review.
|
|
with similar methods.
|
|
|
|
|
|
|
|
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
DatabaseFeatures.max_query_params.
|