Tim Graham
|
8f63849df2
|
Fixed typo in 1.8 release notes.
|
2014-04-03 09:05:31 -04:00 |
Tim Graham
|
d73d0e071c
|
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
|
2014-04-03 07:28:10 -04:00 |
Daniel Neuhäuser
|
4aa80149e7
|
Fixed #22327 -- Turned BaseEmailBackend into a context manager
Changed the BaseEmailBackend to allow usage as context manager to open
and close connections.
|
2014-03-31 14:08:51 -04:00 |
Loic Bistuer
|
bc9be72bdc
|
Fixed transaction handling for a number of operations on related objects.
Thanks Anssi and Aymeric for the reviews. Refs #21174.
|
2014-03-30 12:13:00 +07:00 |
Claude Paroz
|
41903d025a
|
Dropped support for GDAL 1.6
|
2014-03-29 11:08:52 +01:00 |
Claude Paroz
|
c5d1df70a4
|
Dropped support for GEOS 3.1
|
2014-03-29 11:08:52 +01:00 |
Maxime Turcotte
|
5e4e0b6fe9
|
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
|
2014-03-28 18:55:06 -04:00 |
Claude Paroz
|
d320863878
|
Fixed #22114 -- Stopped adding trailing slashes in URLField.to_python
Thanks coredumperror at gmail.com for the report and Tim Graham
for the review.
|
2014-03-26 18:10:58 +01:00 |
Tim Graham
|
e3c4205b79
|
flake8 and doc fixes for refs #22257.
|
2014-03-25 09:44:59 -04:00 |
Anubhav Joshi
|
f34e8fc890
|
Fixed #22257 -- Added file output option to dumpdata command.
|
2014-03-25 13:47:03 +05:30 |
Anubhav Joshi
|
416a858023
|
Fixed #17922 -- Added required_css_class to form label.
Thanks hanson2010 for the suggestion.
|
2014-03-24 08:11:54 -04:00 |
Loic Bistuer
|
7ac8380799
|
Fixed #22318 -- Added Form.has_error() to easily check if a given error has happened.
|
2014-03-24 07:21:32 -04:00 |
Loic Bistuer
|
e61d99d96d
|
Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.
|
2014-03-22 14:28:12 -04:00 |
Tim Graham
|
86c8926569
|
Added stub release notes for 1.8.
|
2014-03-21 06:19:19 -04:00 |