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 17:06:05 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers
History
Tim Graham
5fa4f40f45
Fixed
#29227
-- Allowed BooleanField to be null=True.
...
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
2018-03-20 12:10:10 -04:00
..
models
Fixed
#29227
-- Allowed BooleanField to be null=True.
2018-03-20 12:10:10 -04:00
__init__.py
…
test_data.py
Fixed
#29227
-- Allowed BooleanField to be null=True.
2018-03-20 12:10:10 -04:00
test_deserializedobject.py
…
test_json.py
…
test_natural.py
…
test_xml.py
…
test_yaml.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
tests.py
…