Tim Graham
|
981b864fbd
|
Replaced urllib/urlparse imports with from django.utils.six.moves.
|
2014-03-31 07:54:22 -04:00 |
Loic Bistuer
|
4339e9a92d
|
Fixed #21795 -- Made add_preserved_filters account for url prefixes.
Thanks to trac username honyczek for the report. Refs #6903.
|
2014-03-31 07:19:59 -04:00 |
Tim Graham
|
d57ba04d89
|
Added 1.6.3 release note for refs #22250.
|
2014-03-31 07:11:55 -04:00 |
Ramiro Morales
|
cb5dd99bb4
|
Corrected an import in a model form docs example.
|
2014-03-30 20:31:07 -03: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 |
Tim Graham
|
f30e6590f4
|
Fixed #21858 -- Clarified 1.6 release note regarding M2M help text changes.
Thanks lee at semel.net for the report.
|
2014-03-29 10:21:49 -04: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 |
Claude Paroz
|
c6ffa4cab6
|
Added note in geo library docs
|
2014-03-29 11:08:52 +01:00 |
Claude Paroz
|
e62dea9ad5
|
Confirmed Spatialite 4 support
|
2014-03-29 11:08:52 +01:00 |
Claude Paroz
|
0f1f12c564
|
Confirmed GEOS 3.4 support
|
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 |
Tim Graham
|
306deab2c7
|
Added Python 3.4 support notes.
|
2014-03-27 08:01:33 -04:00 |
Tim Martin
|
a779757706
|
Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().
Thanks cjerdonek for the report.
|
2014-03-27 07:01:47 -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
|
5233b36693
|
Fixed #22029 -- Removed obsolete advice on registering migrate/syncdb signal handlers.
All signals should now be registered in AppConfig.ready().
Thanks un33k for the report.
|
2014-03-26 10:39:52 -04:00 |
Andrew Godwin
|
378359de1c
|
Add some syncdb deprecation stuff into the deprecation doc
|
2014-03-25 13:58:47 -07:00 |
Simon Charette
|
1506c71a95
|
Fixed #12030 -- Validate integer field range at the model level.
Thanks to @timgraham for the review.
|
2014-03-25 14:31:20 -04:00 |
Tim Graham
|
9b7ba8af1b
|
Fixed #22322 -- Fixed incorrect explanation of what managed=False does.
refs #14305.
Thanks Adrian Klaver for the report.
|
2014-03-25 14:01:37 -04:00 |
Tim Graham
|
e3c4205b79
|
flake8 and doc fixes for refs #22257.
|
2014-03-25 09:44:59 -04:00 |
Marc Tamlyn
|
09ab447d08
|
Merge pull request #2465 from coder9042/ticket_22258
Fixed #22257 -- Added file output option to dumpdata command.
|
2014-03-25 11:42:03 +00:00 |
Anubhav Joshi
|
f34e8fc890
|
Fixed #22257 -- Added file output option to dumpdata command.
|
2014-03-25 13:47:03 +05:30 |
Tim Graham
|
51c8045145
|
Removed versionadded/changed annotations for 1.6.
|
2014-03-24 11:42:56 -04:00 |
Adam Kaliński
|
ec08d62a20
|
Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.
Thanks EvilDMP for the suggestion.
|
2014-03-24 09:41:04 -04:00 |
Tim Graham
|
60d2dde286
|
Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.
Thanks valgarv at gmx.net for the report.
|
2014-03-24 09:19:27 -04:00 |
Tim Graham
|
eed7e1d4f6
|
Fixed #21665 -- Documented that changes in assertRedirects may be required given new URL escaping behavior.
Thank pdc for the report.
|
2014-03-24 09:08:47 -04:00 |
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 |
Tim Graham
|
2ec82c7387
|
Updated six to 1.6.1.
|
2014-03-24 07:33:55 -04:00 |
Moayad Mardini
|
bff77e2aa8
|
Fixed #22265 -- Clarfied consistent behavior of migrations.
Thanks aruseni for the report.
|
2014-03-24 07:27:04 -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 |
Claude Paroz
|
3f7615cddc
|
Fixed #22317 -- Fixed documented handler400 default value
|
2014-03-23 21:18:39 +01:00 |
Simon Charette
|
fa8b473528
|
Fixed #22299 -- Cleanup wizard temp files when possible.
Thanks to @erikr for the review.
|
2014-03-22 17:48:12 -04:00 |
Claude Paroz
|
3a97f992fb
|
Fixed #22313 -- Removed 'u' prefixes from documentation
|
2014-03-22 21:32:20 +01:00 |
Claude Paroz
|
74b3467646
|
Removed GeoRSSSitemap
Refs #18531.
|
2014-03-22 19:58:50 +01:00 |
Loic Bistuer
|
e61d99d96d
|
Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.
|
2014-03-22 14:28:12 -04:00 |
Claude Paroz
|
bc315266c8
|
Fixed #22294 -- Prevented converting length filter output to string
Thanks Steve Pike for the report.
|
2014-03-22 16:39:46 +01:00 |
Tim Graham
|
ee4edb1eda
|
Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
Also applies to modelform(set)_factory and generic model views.
refs #19733.
|
2014-03-22 07:56:48 -04:00 |
Claude Paroz
|
1c8dbb0cc2
|
Added release note about strip_tags improvement
|
2014-03-22 12:25:26 +01:00 |
Claude Paroz
|
6ca6c36f82
|
Improved strip_tags and clarified documentation
The fact that strip_tags cannot guarantee to really strip all
non-safe HTML content was not clear enough. Also see:
https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/
|
2014-03-22 10:59:18 +01:00 |
Aymeric Augustin
|
253e8ac29f
|
Removed django.middleware.doc. Refs #20126.
Small doc changes missed in 66076268 .
|
2014-03-21 22:07:39 +01:00 |
Aymeric Augustin
|
06160cb945
|
Removed deprecated TRANSACTIONS_MANAGED setting.
|
2014-03-21 21:34:47 +01:00 |
Thomas Schreiber
|
907ac64641
|
Fixed typos in docs (django.contrib.site)
|
2014-03-21 19:56:31 +01:00 |
Tim Graham
|
bf5430a20b
|
Removed django.test.simple and django.test._doctest per deprecation timeline.
refs #17365, #17366, #18727.
|
2014-03-21 13:36:46 -04:00 |
Tim Graham
|
b71f183d2e
|
Fixed broken link in 1.7 release notes due to removal of deprecated code/docs.
|
2014-03-21 13:23:04 -04:00 |
Tim Graham
|
1ea44a3abd
|
Switched {% cycle %} and {% firstof %} tags to auto-escape their variables per deprecation timeline.
refs #17906.
|
2014-03-21 13:17:10 -04:00 |
Tim Graham
|
4965a77407
|
Removed PIL compatability layer per deprecation timeline.
refs #19934.
|
2014-03-21 10:54:53 -04:00 |
Tim Graham
|
f567d04b24
|
Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.
refs #15201.
|
2014-03-21 09:46:17 -04:00 |
Tim Graham
|
8b81dee60c
|
Removed fix_ampersands template filter per deprecation timeline.
Also removed related utility functions:
* django.utils.html.fix_ampersands
* django.utils.html.clean_html
|
2014-03-21 08:50:43 -04:00 |
Tim Graham
|
11e22129d5
|
Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.
|
2014-03-21 07:15:58 -04:00 |
Tim Graham
|
aa93a1890f
|
Removed contrib.comments per deprecation timeline.
|
2014-03-21 07:05:36 -04:00 |