This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-08-03 18:38:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
2c69824e5a
django
/
tests
/
fixtures
History
Download ZIP
Download TAR.GZ
Pavel Kulikov
af1fa5e7da
Fixed
#27978
-- Allowed loaddata to read data from stdin.
...
Thanks Squareweave for the django-loaddata-stdin project from which this is adapted.
2017-05-26 19:54:21 -04:00
..
fixtures
Refs
#24978
-- Amended test filename to avoid checkout warnings on Windows.
2015-06-20 14:22:57 -04:00
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
models.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
tests.py
Fixed
#27978
-- Allowed loaddata to read data from stdin.
2017-05-26 19:54:21 -04:00