This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-22 15:34:50 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Mariusz Felisiak
5d36a8266c
Changed note about update_fields and pre_save() to admonition.
...
Follow up to bf47c719719d0e190a99fa2e7f959d5bbb7caf8a.
2022-09-28 09:26:10 +02:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#33996
-- Fixed CheckConstraint validation on NULL values.
2022-09-13 12:48:31 +02:00
database-functions.txt
…
expressions.txt
Refs
#28333
-- Added partial support for filtering against window functions.
2022-08-15 08:26:26 +02:00
fields.txt
Corrected heading level of "Registering and fetching lookups" section in docs.
2022-09-04 14:32:24 +02:00
index.txt
…
indexes.txt
Fixed
#33717
-- Dropped support for PostgreSQL 11.
2022-05-19 09:26:48 +02:00
instances.txt
Changed note about update_fields and pre_save() to admonition.
2022-09-28 09:26:10 +02:00
lookups.txt
Fixed
#29799
-- Allowed registering lookups per field instances.
2022-09-02 10:02:24 +02:00
meta.txt
…
options.txt
Fixed
#27236
-- Deprecated Meta.index_together in favor of Meta.indexes.
2022-07-12 09:04:31 +02:00
querysets.txt
Fixed
#33820
-- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite.
2022-07-26 20:21:27 +02:00
relations.txt
…