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-24 17:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Paolo Melchiorre
0e3b0da2e3
Fixed
#31552
-- Added support for LZMA and XZ fixtures to loaddata.
2020-05-15 11:30:28 +02:00
..
apps
…
bin
…
conf
…
contrib
Fixed
#31590
-- Fixed ModelAdmin.date_hierarchy crash with an empty QuerySet.
2020-05-15 06:35:10 +02:00
core
Fixed
#31552
-- Added support for LZMA and XZ fixtures to loaddata.
2020-05-15 11:30:28 +02:00
db
Fixed
#31584
-- Fixed crash when chaining values()/values_list() after Exists() annotation and aggregation on Oracle.
2020-05-14 15:07:08 +02:00
dispatch
…
forms
…
http
…
middleware
…
template
…
templatetags
…
test
…
urls
…
utils
Updated logging calls to use arguments instead of string interpolation.
2020-05-13 09:12:18 +02:00
views
…
__init__.py
…
__main__.py
…
shortcuts.py
…