This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
9ab1d55596
django1
/
django
/
core
/
management
History
tschilling
7c68cea7ee
Fixed
#30186
-- Made showmigrations --list display the applied datetimes at verbosity 2+.
2019-03-08 08:25:38 -05:00
..
commands
Fixed
#30186
-- Made showmigrations --list display the applied datetimes at verbosity 2+.
2019-03-08 08:25:38 -05:00
__init__.py
Fixed
#30159
-- Removed unneeded use of OrderedDict.
2019-02-06 13:48:39 -05:00
base.py
Replaced kwargs.pop() with keyword-only arguments.
2018-10-08 15:06:02 -04:00
color.py
Fixed
#29560
-- Added --force-color management command option.
2018-09-11 11:15:42 -04:00
sql.py
Refs
#27656
-- Updated django.core docstring verbs according to PEP 257.
2017-02-21 11:58:42 -05:00
templates.py
Fixed
#30147
-- Simplified directory creation with os.makedirs(..., exist_ok=True).
2019-01-31 12:53:36 -05:00
utils.py
Refs
#29973
-- Extracted helper functions from makemessages.
2019-01-28 18:23:41 -05:00