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-01-22 00:02:15 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Chris Adams
698dd82eee
Fixed
#21241
-- Avoid extraneous JOINs in admin changelist search.
2013-10-07 13:10:52 -04:00
..
bin
…
conf
…
contrib
Fixed
#21241
-- Avoid extraneous JOINs in admin changelist search.
2013-10-07 13:10:52 -04:00
core
Fixed
#21189
: Cleaned up usage of bare except clauses.
2013-10-05 11:50:03 +02:00
db
Fixed
#21236
-- Allowed migrations to work with unique_together tuples.
2013-10-07 09:39:14 -04:00
dispatch
…
forms
Fixed
#20931
-- Fixed select widgets nested choice rendering
2013-09-28 17:25:32 -07:00
http
Fixed
#21189
: Cleaned up usage of bare except clauses.
2013-10-05 11:50:03 +02:00
middleware
Fixed
#19277
-- Added LocaleMiddleware.response_redirect_class
2013-10-03 16:15:29 -04:00
shortcuts
…
template
Fixed
#21189
: Cleaned up usage of bare except clauses.
2013-10-05 11:50:03 +02:00
templatetags
…
test
Factorized requires_tz_support decorator in test utils
2013-10-01 13:20:41 +02:00
utils
…
views
…
__init__.py
…