.. |
apps
|
Improved warning message when reloading models. Refs #23621.
|
2014-10-23 01:46:04 +07:00 |
bin
|
Started attackign the next flake8 violation
|
2013-10-31 08:42:28 -07:00 |
conf
|
Fixed timesince translations for Korean
|
2014-12-14 16:48:42 +01:00 |
contrib
|
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
|
2014-12-24 07:18:43 -05:00 |
core
|
Removed shutil.copystat copied from stdlib (added to support an old Python?).
|
2014-12-24 19:29:33 -05:00 |
db
|
Fixed #10414 -- Made select_related() fail on invalid field names.
|
2014-12-24 14:54:30 -05:00 |
dispatch
|
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
|
2014-12-13 12:45:58 -05:00 |
forms
|
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
|
2014-12-23 10:54:25 -05:00 |
http
|
Fixed #23977 -- Added setdefault() method to HttpResponse
|
2014-12-11 13:56:56 -05:00 |
middleware
|
Fixed #23531 -- Added CommonMiddleware.response_redirect_class.
|
2014-11-04 17:56:57 -05:00 |
template
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
templatetags
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
test
|
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
|
2014-12-24 07:18:43 -05:00 |
utils
|
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
|
2014-12-24 07:18:43 -05:00 |
views
|
Fixed #22461 -- Added if-unmodified-since support to the condition decorator.
|
2014-12-24 12:33:57 -05:00 |
__init__.py
|
Simplified get_version() in django/__init__.py
|
2014-11-24 07:02:29 -05:00 |
shortcuts.py
|
Moved relative URL handling added in refs #21177 to a better place.
|
2014-02-15 07:54:35 -05:00 |