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-10 01:12:53 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
contrib
/
admindocs
History
Claude Paroz
58cc3e8484
Fixed
#19157
-- Removed test-only string from translatable strings
...
Thanks Alexey Boriskin for the report. Refs
#18240
.
2012-10-22 09:31:28 +02:00
..
locale
Fixed
#19157
-- Removed test-only string from translatable strings
2012-10-22 09:31:28 +02:00
templates
/admin_doc
Removed various unnecessary instances of mark_safe applied to URLs
2012-07-03 22:20:12 +01:00
tests
Fixed
#19157
-- Removed test-only string from translatable strings
2012-10-22 09:31:28 +02:00
__init__.py
…
models.py
Fixed
#7977
: Fixed admindocs to use docstrings instead of a static array to locate type information.
2009-12-12 20:25:41 +00:00
urls.py
Fixed
#14675
-- Completed removal of
from django.conf.urls.default import *
usage.
2011-09-11 22:36:16 +00:00
utils.py
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00
views.py
[py3] Fixed access to dict keys/values/items.
2012-08-07 12:00:22 +02:00