Tim Graham
|
868f37183b
|
Fixed some spelling issues in docs.
|
2014-04-08 10:08:25 -04:00 |
Anubhav Joshi
|
c8c2b8a638
|
Fixed #9535 -- Added a reference guide for file upload classes.
|
2014-04-08 09:52:07 -04:00 |
Anubhav Joshi
|
36de29200e
|
Fixed #22405 -- Fixed string error in models/queries docs.
|
2014-04-08 13:33:40 +02:00 |
Yin Jifeng
|
d6c9bdd825
|
Added missing request parameter to get_current_site().
|
2014-04-07 09:54:34 -04:00 |
Anubhav Joshi
|
cd914e31c9
|
Fixed #21977 -- Deprecated SimpleTestCase.urls
|
2014-04-06 17:33:43 -04:00 |
Tim Graham
|
d2f4553d70
|
Fixed #22216 -- Added Form.non_field_errors to form API doc.
|
2014-04-05 18:16:01 -04:00 |
Tim Graham
|
fd23c06023
|
Fixed #21649 -- Added optional invalidation of sessions when user password changes.
Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews.
|
2014-04-05 12:50:51 -04:00 |
Claude Paroz
|
9494f29d4f
|
Fixed case in form widgets docs
|
2014-04-05 16:26:11 +02:00 |
Claude Paroz
|
248b9bb554
|
Merge pull request #2514 from vlal/ticket_22380
Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for ...
|
2014-04-04 09:47:27 +02:00 |
Vishal Lal
|
8f621b83e9
|
Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testing
|
2014-04-04 07:25:55 +00:00 |
Tim Graham
|
8f63849df2
|
Fixed typo in 1.8 release notes.
|
2014-04-03 09:05:31 -04:00 |
Vishal Lal
|
a8e2ec0e82
|
Fixed #22372 -- Improved description of WizardView.get_context_data().
Thanks simon29 for the report.
|
2014-04-03 08:25:11 -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 |
Ramiro Morales
|
e6ced2bb08
|
Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.
|
2014-04-02 17:11:49 -03:00 |
Vishal Lal
|
ca93f02c62
|
Fixed #22347 -- Unified FileSystemStorage documentation.
Thanks nliberg for the report.
|
2014-04-02 12:58:37 -04:00 |
Claude Paroz
|
9769337ca8
|
Added 1.6.3 release note for refs #22256.
|
2014-04-01 20:49:51 +02: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 |
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 |