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-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
i18n
History
Tim Graham
b5f0b3478d
Fixed
#27579
-- Added aliases for Python 3's assertion names in SimpleTestCase.
2016-12-07 17:42:31 -05:00
..
commands
…
contenttypes
…
exclude
…
other
…
other2
…
patterns
Refs
#27392
-- Removed "Tests that", "Ensures that", etc. from test docstrings.
2016-11-10 21:30:21 -05:00
project_dir
…
resolution
…
sampleproject
…
__init__.py
…
forms.py
Fixed
#24219
-- Moved SelectDateWidget together with the other widgets
2015-01-27 22:40:02 +07:00
models.py
…
test_compilation.py
Replaced 'raise SkipTest' with self.skipTest() in a few tests.
2016-08-16 16:42:27 -04:00
test_extraction.py
Fixed
#27579
-- Added aliases for Python 3's assertion names in SimpleTestCase.
2016-12-07 17:42:31 -05:00
test_management.py
Refs
#27546
-- Tested some __repr__() methods.
2016-12-01 08:09:38 -05:00
test_percents.py
Refs
#27392
-- Removed "Tests that", "Ensures that", etc. from test docstrings.
2016-11-10 21:30:21 -05:00
tests.py
Fixed
#27579
-- Added aliases for Python 3's assertion names in SimpleTestCase.
2016-12-07 17:42:31 -05:00
urls_default_unprefixed.py
Fixed
#27402
-- Fixed incorrect LocaleMiddleware redirects with prefix_default_language=False.
2016-11-29 13:06:35 -05:00
urls.py
…
utils.py
…