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-13 10:56:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
template
History
Дилян Палаузов
23bf4ad87f
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
..
backends
Reverted "Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress()."
2017-09-07 08:16:21 -04:00
loaders
…
__init__.py
…
base.py
Fixed
#28730
-- Fixed loss of precision for large integer literals in templates
2017-10-21 17:20:29 +02:00
context_processors.py
…
context.py
Simplified various __eq__() methods.
2017-09-28 09:18:37 -04:00
defaultfilters.py
Fixed
#28662
-- Silenced join template filter error if arg isn't iterable.
2017-10-20 09:46:31 -04:00
defaulttags.py
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
engine.py
…
exceptions.py
…
library.py
…
loader_tags.py
Merged startswith() calls.
2017-09-25 09:18:29 -04:00
loader.py
…
response.py
…
smartif.py
…
utils.py
…