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-01 13:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Mariusz Felisiak
77b88fe621
Fixed
#32908
-- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
2021-07-08 06:51:10 +02:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
Fixed
#30916
-- Added support for functional unique constraints.
2021-02-23 20:19:53 +01:00
database-functions.txt
Fixed
#31487
-- Added precision argument to Round().
2021-03-29 09:43:08 +02:00
expressions.txt
Refs
#26430
-- Re-introduced empty aggregation optimization.
2021-07-02 07:25:42 +02:00
fields.txt
Fixed a typo in docs/ref/models/fields.txt.
2021-05-12 11:06:29 +02:00
index.txt
…
indexes.txt
…
instances.txt
Fixed
#32755
-- Corrected Model.get_absolute_url() example in docs.
2021-05-18 11:30:38 +02:00
lookups.txt
…
meta.txt
…
options.txt
…
querysets.txt
Fixed
#32908
-- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
2021-07-08 06:51:10 +02:00
relations.txt
…