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 23:44:23 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Adam Johnson
f9fe062de5
Doc'd that Meta.indexes is preferred to Field.db_index.
2023-02-24 09:08:59 +01:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#34338
-- Allowed customizing code of ValidationError in BaseConstraint and subclasses.
2023-02-23 10:58:20 +01:00
database-functions.txt
…
expressions.txt
…
fields.txt
Doc'd that Meta.indexes is preferred to Field.db_index.
2023-02-24 09:08:59 +01:00
index.txt
…
indexes.txt
…
instances.txt
…
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Fixed
#34280
-- Allowed specifying different field values for create operation in QuerySet.update_or_create().
2023-02-14 11:50:35 +01:00
relations.txt
…