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-06 07:25:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Sage Abdullah
d7d711c68c
Refs
#35718
, Refs
#32179
-- Moved JSONObject to django.db.models.functions.json.
2024-12-16 12:06:01 +01:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#35103
-- Used provided error code and message when fields is set without a condition on UniqueConstraint.
2024-10-10 09:20:37 +02:00
database-functions.txt
Refs
#35718
, Refs
#32179
-- Moved JSONObject to django.db.models.functions.json.
2024-12-16 12:06:01 +01:00
expressions.txt
Fixed typo in docs/ref/models/expressions.txt.
2024-08-28 09:08:16 -03:00
fields.txt
Fixed
#373
-- Added CompositePrimaryKey.
2024-11-29 11:23:04 +01:00
index.txt
…
indexes.txt
…
instances.txt
Refs
#373
-- Added Model._is_pk_set() abstraction to check if a Model's PK is set.
2024-09-09 17:46:50 -03:00
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Fixed
#35856
-- Added QuerySet.explain() support for MEMORY/SERIALIZE option on PostgreSQL 17+.
2024-10-30 15:54:48 +01:00
relations.txt
…