| Age | Commit message (Collapse) | Author |
|
RelatedManager.add()/remove()/set().
|
|
field the relation points to.
|
|
Fixes bug on browsers which do support the required attribute but not the :valid pseudo-selector
|
|
It was removed in in 728548e483a5a3486939b0c8e62520296587482e.
|
|
|
|
reverse relationships.
Thanks Simon Charette for the review.
|
|
Bumped minimum supported pywatchman version to 1.2.0.
These exceptions don't require checking a server status.
|
|
|
|
|
|
|
|
Thanks Nick Pope for the review.
|
|
Unused since its introduction in febd5aeec604198b2e374a33552b0c365096fd45.
|
|
|
|
|
|
|
|
constraints names.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
unique/index_together and Index's fields.
|
|
|
|
|
|
condition on Oracle and SQLite.
|
|
|
|
|
|
on Oracle and PostgreSQL.
The LIKE operator wildcard generated for contains, startswith, endswith and
their case-insensitive variant lookups was conflicting with parameter
interpolation on CREATE constraint statement execution.
Ideally we'd delegate parameters interpolation in DDL statements on backends
that support it but that would require backward incompatible changes to the
Index and Constraint SQL generating methods.
Thanks David Sanders for the report.
|
|
PostgreSQL.
|
|
contextmanager.
|
|
|
|
get_resolver().urlconf_module raising an exception.
|
|
|
|
|
|
|
|
Follow up to 253adc2b8a52982139d40c4f55b3fd446e1cb8f3.
|
|
|
|
data migration.
Regression in 181fb60159e54d442d3610f4afba6f066a6dac05.
|
|
|
|
seconds and made it customizable.
Made the default timeout of watchman client customizable via
DJANGO_WATCHMAN_TIMEOUT environment variable.
|
|
SessionMiddleware subclasses.
|
|
|
|
html.escape()/unescape().
|
|
|
|
handler views.
Thanks to Jon on Stack Overflow for reporting the issue.
|
|
|
|
ForeignKey(unique/primary_key=True).
|
|
abstract base classes.
Thanks Carlton Gibson for the review.
|
|
|
|
|
|
When on MacOS High Sierra or below (<=10.13) it could be that a HFS+
filesystem is used. HFS+ has a time resolution of only one second
which can be too low for some of the tests.
|
|
|
|
This partly reverts commit 4400d8296d268f5a8523cd02ddc33b12219b2535.
|
|
|
|
|