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-03 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
contrib
/
admindocs
History
Luke Plant
b0eee0ba4b
Removed various unnecessary instances of mark_safe applied to URLs
...
Also fixed some test breakages introduced in last commit
2012-07-03 22:20:12 +01:00
..
locale
Pulled admindocs translations updates from Transifex. Refs
#17822
.
2012-03-23 02:44:50 +00:00
templates
/admin_doc
Removed various unnecessary instances of mark_safe applied to URLs
2012-07-03 22:20:12 +01:00
tests
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
__init__.py
…
models.py
…
urls.py
Fixed
#14675
-- Completed removal of
from django.conf.urls.default import *
usage.
2011-09-11 22:36:16 +00:00
utils.py
Fixed a bunch of imports of the email stdlib module now that we are on Python 2.5 to ease the Python 3 port. Thanks, Martin von Löwis.
2011-09-09 16:18:38 +00:00
views.py
Removed various unnecessary instances of mark_safe applied to URLs
2012-07-03 22:20:12 +01:00