django1/django
Illia Volochii 5a468b4c08 Fixed -- Simplified compress_string() by using gzip.compress(). 2021-06-21 13:19:11 +02:00
..
apps Refs -- Corrected comments about Python's _NamespacePath. 2021-03-26 10:17:10 +01:00
conf Fixed -- Started deprecation toward changing default USE_TZ to True. 2021-05-18 20:26:44 +02:00
contrib Refs -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNode, and IncludeNode. 2021-06-10 12:47:53 +02:00
core Fixed -- Clarified partially recorded state of squashed migrations in showmigrations --list. 2021-06-11 09:35:42 +02:00
db Fixed , Fixed -- Corrected setting descriptor in Field.contribute_to_class(). 2021-06-15 12:01:28 +02:00
dispatch Refs -- Removed providing_args argument for Signal per deprecation timeline. 2021-01-14 17:50:04 +01:00
forms Fixed -- Updated os.scandir() uses to use a context manager. 2021-06-07 06:52:42 +02:00
http Fixed -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
middleware Fixed comment in CsrfViewMiddleware to say _reject instead of reject. 2021-06-12 16:46:42 +02:00
template Fixed -- Improved performance of NodeList.render(). 2021-06-11 12:22:06 +02:00
templatetags Refs -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNode, and IncludeNode. 2021-06-10 12:47:53 +02:00
test Fixed -- Updated runtests.py to support directory path test labels. 2021-06-10 20:19:30 +02:00
urls Fixed -- Added system check for invalid view in path() and improved error messages. 2021-06-09 09:06:42 +02:00
utils Fixed -- Simplified compress_string() by using gzip.compress(). 2021-06-21 13:19:11 +02:00
views Fixed -- Updated datetime module usage to recommended approach. 2021-05-12 11:08:41 +02:00
__init__.py Bumped version; master is now 4.0 pre-alpha. 2021-01-14 17:50:04 +01:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Made small readability improvements. 2020-10-28 20:20:20 +01:00