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
9cc743d0c8
django1
/
django
/
core
/
management
History
Nick Pope
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
..
commands
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00
__init__.py
Fixed
#30872
-- Improved unknown command message when settings are manually configured.
2019-10-15 13:04:32 +02:00
base.py
Corrected multiple typos.
2019-08-12 12:53:36 +02:00
color.py
Removed "Pocket PC" from terminal color support function.
2020-01-29 09:37:08 +01:00
sql.py
Removed unnecessary assignments in various code.
2019-04-24 13:09:29 +02:00
templates.py
Fixed
#30693
-- Removed separate import of os.path in django.core.management.templates.
2019-08-19 13:27:13 +02:00
utils.py
Replaced subprocess commands by run() wherever possible.
2019-08-23 10:53:36 +02:00