Mariusz Felisiak
|
a2e1c17f19
Refs #30083 -- Clarified database state of instances in signals.pre_init docs.
|
5 lat temu |
Hasan Ramezani
|
1fc2c70f76
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
|
5 lat temu |
Davit Gachechiladze
|
7f612eda80
Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins with CBVs docs.
|
5 lat temu |
Mariusz Felisiak
|
230d75f59c
Refs #30547 -- Clarified that partial UniqueConstraints don't affect model validation.
|
5 lat temu |
Mads Jensen
|
a3417282ac
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
|
5 lat temu |
Mads Jensen
|
7174cf0b00
Refs #29824 -- Added RangeOperators helper class.
|
5 lat temu |
Mariusz Felisiak
|
cf79f92abe
Simplified tests for PostgreSQL constraints.
|
5 lat temu |
Mariusz Felisiak
|
ad4e83a6d1
Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.
|
5 lat temu |
Frank Wiles
|
fa65b90a96
Updated WSGI servers ordering according to the more commonly used.
|
5 lat temu |
Yann Sionneau
|
e47b8293a7
Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.
|
5 lat temu |
Frank Wiles
|
c1b94e32fb
Fixed explanation of how to automatically create tables in database.
|
5 lat temu |
Mariusz Felisiak
|
858cfd74e9
Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.
|
5 lat temu |
Mariusz Felisiak
|
70c2b90d95
Simplified DateTimeRangeContains by making it subclass PostgresSimpleLookup.
|
5 lat temu |
Hasan Ramezani
|
402e6d292f
Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups for DurationField.
|
5 lat temu |
Mariusz Felisiak
|
7a42cfcfdc
Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering contains F() expressions.
|
5 lat temu |
Hasan Ramezani
|
8c5f9906c5
Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering contains expressions.
|
5 lat temu |
Hasan Ramezani
|
8dd5877f58
Doc'd --no-input option for createsuperuser.
|
5 lat temu |
can
|
52545e788d
Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.
|
5 lat temu |
atsuo ishimoto
|
a9c6ab0356
Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.
|
5 lat temu |
Johannes Hoppe
|
00d4e6f8b5
Updated Select2 to version 4.0.7.
|
5 lat temu |
Hasan Ramezani
|
ed668796f6
Fixed #30543 -- Fixed checks of ModelAdmin.list_display for fields accessible only via instance.
|
5 lat temu |
Mariusz Felisiak
|
7991111af1
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField when the right hand side is the same type.
|
5 lat temu |
Simon Charette
|
ee6e93ec87
Fixed #30628 -- Adjusted expression identity to differentiate bound fields.
|
5 lat temu |
Johannes Hoppe
|
1bbf77bea5
Enabled GitHub "Sponsor" button.
|
5 lat temu |
Mariusz Felisiak
|
24e8f7f7d3
Fixed typos in docs/ref/django-admin.txt.
|
5 lat temu |
Mariusz Felisiak
|
08e69cad9c
Added stub release notes for 2.2.4.
|
5 lat temu |
can
|
febe136d4c
Fixed #30397 -- Added app_label/class interpolation for names of indexes and constraints.
|
5 lat temu |
Mariusz Felisiak
|
8233144ca0
Changed django.db.models.indexes.Index imports to django.db.models.Index.
|
5 lat temu |
Johannes Hoppe
|
bc91f27a86
Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle.
|
5 lat temu |
Nuno
|
34a88b21da
Fixed #30620 -- Made an example of admin-compliant custom user app pep8 compliant.
|
5 lat temu |