1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django
Alisson 80b658f5aa Remove unnecessary if conditions
if obj it None, it's None, there's no need to check it
2013-03-30 12:22:28 +01:00
..
bin
conf Fixed #14540 -- Added Porto-Rico specific formats 2013-03-29 16:55:13 +01:00
contrib Remove unnecessary if conditions 2013-03-30 12:22:28 +01:00
core Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures. 2013-03-30 11:59:50 +01:00
db Fixed #19954 -- Fixed MySQL _last_executed decoding 2013-03-28 20:08:37 +01:00
dispatch
forms Fixed spelling errors 2013-03-28 11:16:53 -06:00
http Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
middleware Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00
shortcuts
template Fixed #19510 -- Race condition in template loading. 2013-03-17 23:56:07 +01:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Fixed spelling errors 2013-03-28 11:16:53 -06:00
utils Fixed spelling errors 2013-03-28 11:16:53 -06:00
views Deprecated django.views.defaults.shortcut. 2013-03-14 20:30:23 +01:00
__init__.py