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-03-11 18:02:35 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
view_tests
History
Tim Graham
fa75b2cb51
Refs
#27795
-- Removed force_bytes/text() usage in tests.
2018-02-07 14:20:04 -05:00
..
app0
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
app1
…
app2
…
app3
…
app4
…
app5
…
locale
Fixed validity of test django_js.po files
2017-05-18 14:33:18 +02:00
media
…
templates
Refs
#27795
-- Stopped converting integer format settings to str in JS/JSON i18n views
2017-05-08 19:32:03 +02:00
templatetags
…
tests
Refs
#27795
-- Removed force_bytes/text() usage in tests.
2018-02-07 14:20:04 -05:00
__init__.py
Refs
#23919
-- Removed a Python 2 code path in force_text().
2017-02-03 19:38:33 -05:00
default_urls.py
…
generic_urls.py
…
models.py
Refs
#23919
-- Removed python_2_unicode_compatible decorator usage
2017-01-18 13:44:34 +01:00
regression_21530_urls.py
…
urls.py
Fixed
#28593
-- Added a simplified URL routing syntax per DEP 0201.
2017-09-20 18:04:42 -04:00
views.py
…