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-01-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
aruseni
d7f78eb5d6
Corrected note on importing fields in model field reference docs.
2024-10-29 16:24:54 +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
Removed versionadded/changed annotations for 5.0.
2024-05-22 15:44:07 -03:00
expressions.txt
Fixed typo in docs/ref/models/expressions.txt.
2024-08-28 09:08:16 -03:00
fields.txt
Corrected note on importing fields in model field reference docs.
2024-10-29 16:24:54 +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
Removed outdated note about lack of subquery support in MySQL.
2024-08-28 15:55:30 -03:00
relations.txt
…