David Foster c3055242c8 Fixed #29301 -- Made management command --help display command-specific arguments before common arguments. 7 лет назад
..
apps 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 лет назад
bin 784a53beef Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 8 лет назад
conf b639bcc250 Changed es_MX's THOUSAND_SEPARATOR to a comma. 7 лет назад
contrib 65c44a5c1d Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields. 7 лет назад
core c3055242c8 Fixed #29301 -- Made management command --help display command-specific arguments before common arguments. 7 лет назад
db c979c0a2b8 Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value. 7 лет назад
dispatch acc8dd4142 Fixed #28984 -- Made assorted code simplifications. 7 лет назад
forms 9fd9f8bbb2 Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute. 7 лет назад
http 7d96f0c49a Refs #27795 -- Replaced force_bytes() usage in django.http. 7 лет назад
middleware 362813d628 Fixed hanging indentation in various code. 7 лет назад
template 6148dda72f Fixed #29288 -- Made {% widthratio %} assign to as var if an exception occurs. 7 лет назад
templatetags ba76c3c45b Refs #27656 -- Removed "This will" prefix from djanog/templatetags/i18n.py docstrings. 7 лет назад
test 84ad721bd9 Fixed #29275 -- Made assertFormError() output "(actual errors: none)" instead of "(actual errors: )". 7 лет назад
urls d7b2aa24f7 Fixed #28982 -- Simplified code with and/or. 7 лет назад
utils 27ca5ce19f Used datetime.timezone.utc instead of pytz.utc for better performance. 7 лет назад
views ff05de760c Fixed #29038 -- Removed closing slash from HTML void tags. 7 лет назад
__init__.py 92fad87958 Bumped version; master is now 2.1 pre-alpha. 7 лет назад
__main__.py 617eff41ac Fixed #24857 -- Added "python -m django" entry point. 9 лет назад
shortcuts.py eb002e7892 Fixed #29135 -- Prevented get_object/list_or_404() from hiding AttributeError raised by QuerySet filtering. 7 лет назад