Jon Dufresne
|
267dc4addd
|
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
Previously, empty values were saved as strings.
|
2016-06-13 09:14:36 -04:00 |
Vytis Banaitis
|
83120af2c1
|
Refs #26524 -- Fixed an error in 1.11 release notes.
|
2016-06-09 20:34:53 -04:00 |
Berker Peksag
|
ae2a7da86b
|
Fixed #20468 -- Added loaddata --exclude option.
Thanks Alex Morozov for the initial patch.
|
2016-06-09 10:35:32 -04:00 |
krishbharadwaj
|
f6681393d3
|
Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display display the id.
|
2016-06-08 17:20:03 -04:00 |
Berker Peksag
|
724dd2043e
|
Fixed #26717 -- Added Serializer.stream_class to customize the stream.
|
2016-06-08 11:08:18 -04:00 |
Scott Vitale
|
be729b6120
|
Fixed #10107 -- Allowed using mark_safe() as a decorator.
Thanks ArcTanSusan for the initial patch.
|
2016-06-07 12:24:03 -04:00 |
wim glenn
|
5ebebd1159
|
Fixed #26707 -- Added QueryDict.fromkeys()
|
2016-06-06 08:54:25 -04:00 |
Tom Christie
|
da22079c21
|
Linked to upgrade guide from release notes.
|
2016-06-06 07:28:55 -04:00 |
Vytis Banaitis
|
2f9c4e2b6f
|
Fixed #19963 -- Added support for date_hierarchy across relations.
|
2016-06-04 12:14:02 -04:00 |
Holly Becker
|
55fec16aaf
|
Fixed #26628 -- Changed CSRF logger to django.security.csrf.
|
2016-06-04 10:17:06 -04:00 |
Anton I. Sipos
|
c3495bb984
|
Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.
When EMAIL_USE_LOCALTIME=True, send emails with a Date header
in the local time zone.
|
2016-06-04 09:55:50 -04:00 |
Will Koster
|
9899347641
|
Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/update_or_create() defaults.
|
2016-06-03 10:00:53 -04:00 |
Rustam Kashapov
|
df8412d2e5
|
Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.
|
2016-06-02 13:48:35 -04:00 |
Tim Graham
|
149ace94df
|
Updated release notes links to prevent warnings with Sphinx 1.4.2.
|
2016-06-02 11:41:49 -04:00 |
Tim Graham
|
3db04d4422
|
Fixed #26084 -- Documented that deprecation warnings are no longer loud.
|
2016-06-01 15:17:25 -04:00 |
Tim Graham
|
bc84278615
|
Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.
|
2016-06-01 07:45:22 -04:00 |
Tim Graham
|
47f22e8286
|
Fixed #25645 -- Dropped support for SpatiaLite < 4.0.
|
2016-05-31 11:31:51 -04:00 |
Ketan Bhatt
|
f31fbbae1a
|
Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC.
|
2016-05-30 18:36:15 -04:00 |
Simon Charette
|
4f474607de
|
Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.
Thanks Tim for the review.
|
2016-05-27 21:05:58 -04:00 |
Tim Graham
|
1915a7e5c5
|
Increased the default PBKDF2 iterations.
|
2016-05-20 09:19:19 -04:00 |
Tim Graham
|
97c3dfe12e
|
Added stub 1.11 release notes.
|
2016-05-19 22:28:24 -04:00 |