django1/django
Anssi Kääriäinen b065aeb17f Fixed #20946 -- model inheritance + m2m failure
Cleaned up the internal implementation of m2m fields by removing
related.py _get_fk_val(). The _get_fk_val() was doing the wrong thing
if asked for the foreign key value on foreign key to parent model's
primary key when child model had different primary key field.
2013-08-21 08:32:19 +03:00
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 2013-08-12 07:15:59 -04:00
contrib Import test case classes from their public API module. 2013-08-20 22:23:41 -03:00
core Fixed #18967 -- Don't base64-encode message/rfc822 attachments. 2013-08-20 22:17:26 -03:00
db Fixed #20946 -- model inheritance + m2m failure 2013-08-21 08:32:19 +03:00
dispatch Fixed #20943 -- Weakly reference senders when caching their associated receivers 2013-08-20 01:53:58 -04:00
forms Fixed #20555 -- Make subwidget id attribute available 2013-08-13 13:23:05 -04:00
http Fixed #19987 -- Disabled host validation when DEBUG=True. 2013-07-31 10:38:59 -04:00
middleware Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter. 2013-08-14 12:40:19 -04:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Fixed #20864 -- Made the test client use common method for performing requests. 2013-08-13 19:08:13 -04:00
utils Avoid importing the deprecated `django.utils.importlib` package. 2013-08-19 19:42:53 -04:00
views Unlocalize line numbers and ids in debug 500 view. 2013-08-12 21:59:27 -03:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00