Karol Sikora
|
6272d2f155
|
Fixed #20429 -- Added QuerySet.update_or_create
Thanks tunixman for the suggestion and Loic Bistuer for the review.
|
2013-07-12 08:26:35 -04:00 |
Joeri Bekker
|
66f3d57b79
|
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
|
2013-07-12 07:10:18 -04:00 |
Benjamin Kagia
|
b0953dc913
|
Fixed #13721 -- Added UploadedFile.content_type_extra.
Thanks Waldemar Kornewald and mvschaik for work on the patch.
|
2013-07-11 09:11:59 -04:00 |
Loic Bistuer
|
7e6d852bac
|
Fixed #20663 -- "Today" and "now" admin shortcuts.
Changed the shortcuts next to date and time intput widgets
to account for the current timezone.
Refs #7717, #14253 and #18768.
|
2013-07-09 23:04:33 +02:00 |
Aymeric Augustin
|
72c65fea41
|
Deprecated django.utils.dictconfig.
The module still exists for whoever uses it in its current state, but it
isn't imported by Django anywhere.
|
2013-07-01 22:50:58 +02:00 |
Aymeric Augustin
|
7f264e02f4
|
Fixed #20680 -- Deprecated django.utils.unittest.
Refs #19204.
|
2013-07-01 14:29:33 +02:00 |