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
Chris Cogdon
4b2dcfe04f
Fixed
#26006
-- Fixed incorrect object reference in SingleObjectMixin.get_context_object_name().
2015-12-30 09:56:45 -05:00
..
apps
…
bin
…
conf
Fixed
#25909
-- Added unicode_literals import to apps.py generated by startapp.
2015-12-12 09:34:01 -05:00
contrib
Fixed
#25465
-- Restored line breaks conversion in admin readonly fields.
2015-12-29 19:31:43 -05:00
core
Fixed typo in BaseCache.delete_many() docstring.
2015-12-29 20:50:04 -05:00
db
Passed logging message parameters as arguments instead of interpolating them.
2015-12-26 18:35:42 -05:00
dispatch
…
forms
Fixed
#25942
-- Fixed TypedChoiceField.has_changed with nullable field
2015-12-17 15:38:19 +01:00
http
Fixed
#25725
-- Made HttpReponse immediately close objects.
2015-12-14 12:46:48 -05:00
middleware
…
template
…
templatetags
…
test
…
utils
Fixed
#25915
-- Allowed language not in Django's default LANGUAGES
2015-12-18 17:50:16 +01:00
views
Fixed
#26006
-- Fixed incorrect object reference in SingleObjectMixin.get_context_object_name().
2015-12-30 09:56:45 -05:00
__init__.py
…
__main__.py
…
shortcuts.py
…