Thomas Tanner
|
28986da4ca
|
Fixed #5986 -- Added ability to customize order of Form fields
|
2015-03-16 09:12:57 -04:00 |
Tomáš Ehrlich
|
8414fcf16b
|
Fixes #23643 -- Added chained exception details to debug view.
|
2015-03-14 16:08:23 -04:00 |
Berker Peksag
|
34fb909180
|
Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.
|
2015-03-14 20:07:16 +02:00 |
Claude Paroz
|
aa5ab114e3
|
Fixed #24122 -- Redirected to translated url after setting language
Thanks gbdlin for the initial patch and Tim Graham for the review.
|
2015-03-13 16:46:40 +01:00 |
Jon Dufresne
|
d861f95c44
|
Fixed #24139 -- Changed HttpResponse.reason_phrase to evaluate based on status_code.
|
2015-03-12 20:18:06 -04:00 |
Tim Graham
|
e4a578e70e
|
Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to -
|
2015-03-12 09:40:56 -04:00 |
Tim Graham
|
c36b60836b
|
Fixed #24451 -- Deprecated comma-separated {% cycle %} syntax.
|
2015-03-07 07:42:39 -05:00 |
Grzegorz Slusarek
|
668d53cd12
|
Fixed #21495 -- Added settings.CSRF_HEADER_NAME
|
2015-03-05 15:03:40 -05:00 |
Tim Graham
|
d61ebc8fed
|
Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.
|
2015-03-05 06:44:16 -05:00 |
Preston Timmons
|
70123cf084
|
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
|
2015-03-03 21:20:46 +01:00 |
Claude Paroz
|
1791a7e75a
|
Fixed #15779 -- Allowed 'add' primary key in admin edition
Thanks Marwan Alsabbagh for the report, and Simon Charette and
Tim Graham for the reviews.
|
2015-02-14 11:19:55 +01:00 |
Loic Bistuer
|
00a889167f
|
Fixed #24295 -- Allowed ModelForm meta to specify form field classes.
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
2015-02-13 19:13:05 +07:00 |
Loic Bistuer
|
71ada3a8e6
|
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
Thanks Anssi Kääriäinen, Carl Meyer, Collin Anderson, and Tim Graham for the reviews.
|
2015-02-05 12:45:08 +07:00 |
Preston Timmons
|
5bc5ddd8b5
|
Fixed #24235 -- Removed is_usable attribute from template loaders.
|
2015-02-04 07:47:28 -05:00 |
darkryder
|
9ec8aa5e5d
|
Fixed #24149 -- Normalized tuple settings to lists.
|
2015-02-03 14:59:45 -05:00 |
Preston Timmons
|
cd4282816d
|
Fixed #18651 -- Enabled optional assignments for simple_tag().
|
2015-02-03 10:44:33 -05:00 |
Tim Graham
|
75303b01a9
|
Fixed #24245 -- Added introspection for database defaults.
Needed for tests for migrations handling of database defaults.
|
2015-01-31 12:33:11 -05:00 |
Loic Bistuer
|
4c3bfe9053
|
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
|
2015-01-30 22:02:58 +07:00 |
Jon Dufresne
|
24b2bc635e
|
Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.
|
2015-01-28 06:59:40 -05:00 |
Loic Bistuer
|
332139d23d
|
Fixed typo in docs. Thanks Berker.
|
2015-01-28 01:50:05 +07:00 |
Loic Bistuer
|
728b6fd9ca
|
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
|
2015-01-27 22:40:02 +07:00 |
seanwestfall
|
7a90b53d60
|
Fixed #24053 -- Removed admin CSS & images for IE6 & 7.
|
2015-01-27 07:48:11 -05:00 |
Josh Smeaton
|
e77c1bc181
|
Refs #24154 -- Added deprecation release notes
|
2015-01-27 15:30:59 +11:00 |
Florian Apolloner
|
16ee52d21d
|
Fixed #24205 -- Deprecated Signal.disconnect weak parameter.
|
2015-01-23 14:37:12 -05:00 |
Tim Graham
|
840f2bfae6
|
Copied additional items from deprecation timeline to 1.9 release notes.
|
2015-01-18 21:57:38 -05:00 |
Tim Graham
|
20e4e8fc79
|
Added removal of check management command to deprecation timeline.
|
2015-01-17 19:14:44 -05:00 |
Collin Anderson
|
a420f83e7d
|
Fixed #24055 -- Keep reference to view class for resolve()
|
2015-01-17 22:09:10 +07:00 |
Tim Graham
|
c51258882b
|
Increased the default PBKDF2 iterations.
|
2015-01-16 19:27:10 -05:00 |
Tim Graham
|
3fe3bddc28
|
Added stub release notes for Django 1.9.
|
2015-01-16 18:00:45 -05:00 |