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-26 18:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
models
History
Girish Sontakke
27d4573d35
Fixed
#32755
-- Corrected Model.get_absolute_url() example in docs.
2021-05-18 11:30:38 +02:00
..
class.txt
…
conditional-expressions.txt
…
constraints.txt
…
database-functions.txt
Fixed
#31487
-- Added precision argument to Round().
2021-03-29 09:43:08 +02:00
expressions.txt
Doc'd that RawSQL can be used with __in.
2021-03-25 10:28:20 +01: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
#32645
-- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB.
2021-04-14 21:11:17 +02:00
relations.txt
…