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-25 09:39:23 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Steven Pousty
d2c135da4c
Fixed
#31743
-- Doc't that managed=False prevents Django from managing tables modifications.
2020-06-26 08:46:01 +02:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#31702
-- Added support for PostgreSQL opclasses in UniqueConstraint.
2020-06-16 07:19:00 +02:00
database-functions.txt
…
expressions.txt
…
fields.txt
…
index.txt
…
indexes.txt
…
instances.txt
…
lookups.txt
…
meta.txt
…
options.txt
Fixed
#31743
-- Doc't that managed=False prevents Django from managing tables modifications.
2020-06-26 08:46:01 +02:00
querysets.txt
Fixed
#31689
-- Doc'd caveat about using bulk_create()'s ignore_conflicts on MariDB and MySQL.
2020-06-15 12:10:15 +02:00
relations.txt
…