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-20 15:19:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
expressions
History
Simon Charette
38fce49c82
Fixed
#31919
-- Resolved output_field of IntegerField subclasses combinations.
2020-08-31 06:42:40 +02:00
..
__init__.py
…
models.py
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
test_deprecation.py
…
test_queryset_values.py
…
tests.py
Fixed
#31919
-- Resolved output_field of IntegerField subclasses combinations.
2020-08-31 06:42:40 +02:00