| Age | Commit message (Collapse) | Author |
|
|
|
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
|
|
|
|
timezone-aware on MySQL, SQLite, and Oracle.
Thanks vtalpaert for the initial patch.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
functions.
Thanks Mariusz Felisiak and Tim Graham for reviews.
|
|
Thanks Tim Graham, Nick Pope and Simon Charette for reviews.
|
|
|
|
Thanks Mariusz Felisiak for Oracle advice and review.
|
|
|
|
|
|
The version suffix isn't part of the product name.
|
|
|
|
are enabled.
Prior to this change foreign key constraint references could be left pointing
at tables dropped during operations simulating unsupported table alterations
because of an unexpected failure to disable foreign key constraint checks.
SQLite3 does not allow disabling such checks while in a transaction so they
must be disabled beforehand.
Thanks ezaquarii for the report and Carlton and Tim for the review.
|
|
Obsolete since 27193aea0088b238e3ee0f0f235364a34a09265c.
|
|
|
|
Co-authored-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
|
|
|
|
|
|
Thanks Nick Pope for much review.
|
|
|
|
positive integer fields.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for contributing to the patch and
Simon Charette for advice and review.
|
|
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
of the ORM.
Per deprecation timeline.
|