This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-12-22 17:16:24 +00:00
Code
Issues
25
Releases
Wiki
Activity
8f10ceaa90
django
/
tests
/
model_formsets
History
Nick Pope
8f10ceaa90
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
..
__init__.py
models.py
Followed style guide for model attribute ordering.
2018-12-27 19:34:14 -05:00
test_uuid.py
tests.py
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00