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-09 00:45:23 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
queries
History
Nick Pope
8f10ceaa90
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
..
__init__.py
…
models.py
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
test_bulk_update.py
…
test_db_returning.py
…
test_deprecation.py
…
test_explain.py
…
test_iterator.py
…
test_q.py
…
test_qs_combinators.py
…
test_query.py
…
tests.py
Fixed
#31426
-- Added proper field validation to QuerySet.order_by().
2020-04-06 10:19:49 +02:00