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-03-01 12:24:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Yitzhak Clark
188a241880
Fixed
#21652
-- Added notification when processing objects in loaddata
...
Added a running count of the objects processed by loaddata when verbosity >= 3.
2015-04-16 09:42:18 -04:00
..
apps
…
bin
…
conf
Fixed
#24635
-- Updated deprecated urls.py examples in default project template.
2015-04-14 12:48:17 -04:00
contrib
Fixed
#24615
-- ordering by expression not part of SELECT
2015-04-16 09:40:47 +02:00
core
Fixed
#21652
-- Added notification when processing objects in loaddata
2015-04-16 09:42:18 -04:00
db
Fixed
#24605
-- Fixed incorrect reference to alias in subquery.
2015-04-16 09:22:00 -04:00
dispatch
…
forms
…
http
…
middleware
…
template
Fixed
#24603
-- Allowed Context.update() to be used as a context manager.
2015-04-14 08:01:16 -04:00
templatetags
…
test
…
utils
Fixed
#24562
-- Renamed get_major_version() to get_main_version()
2015-04-06 09:19:34 -04:00
views
…
__init__.py
…
shortcuts.py
…