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-02-05 15:06:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
template
History
Claude Paroz
fa2e28ccc4
Fixed
#18484
-- Removed the div around the csrf token input
2012-10-13 11:30:09 +02:00
..
loaders
[py3] Fixed egg template loader.
2012-08-14 12:29:53 +02:00
__init__.py
…
base.py
Replaced some smart_xxx by force_xxx equivalent
2012-08-30 15:46:16 +02:00
context.py
…
debug.py
[py3] Ported django.utils.encoding.
2012-08-07 12:00:22 +02:00
defaultfilters.py
Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.
2012-10-06 18:40:58 -03:00
defaulttags.py
Fixed
#18484
-- Removed the div around the csrf token input
2012-10-13 11:30:09 +02:00
loader_tags.py
[py3] Fixed access to dict keys/values/items.
2012-08-07 12:00:22 +02:00
loader.py
…
response.py
Used the decorator syntax for properties in django.http
2012-08-22 20:55:24 +02:00
smartif.py
…