ejstronge
|
763b1d55e2
|
[1.7.x] Fixed small typo in django-admin.txt
The word 'by' seemed to be missing from the first line of the compilemessages command.
Backport of 5ca522b9ed from master
|
2014-04-09 07:13:37 -04:00 |
|
Anubhav Joshi
|
2cb7013179
|
[1.7.x] Fixed #16205 -- Added an installation for Windows.
Backport of d35d2f61c5 from master
|
2014-04-08 11:28:58 -04:00 |
|
Tim Graham
|
8158557f22
|
[1.7.x] Added Python 3.4 to list of supported version in docs/intro/install.txt
Backport of a1fa6fcabc from master
|
2014-04-08 11:13:36 -04:00 |
|
Tim Graham
|
9063e6ed39
|
[1.7.x] Fixed casing of "GeoDjango".
|
2014-04-08 10:12:15 -04:00 |
|
Anubhav Joshi
|
d9c7d9eb6e
|
[1.7.x] Fixed #9535 -- Added a reference guide for file upload classes.
Backport of c8c2b8a638 from master
|
2014-04-08 10:09:01 -04:00 |
|
Anubhav Joshi
|
61b7fcf478
|
[1.7.x] Fixed #22405 -- Fixed string error in models/queries docs.
Backport of 36de29200e from master.
|
2014-04-08 13:34:37 +02:00 |
|
Yin Jifeng
|
c148d8e730
|
[1.7.x] Added missing request parameter to get_current_site().
Backport of d6c9bdd825 from master
|
2014-04-07 09:57:04 -04:00 |
|
Tim Graham
|
38679254bf
|
[1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc.
Backport of d2f4553d70 from master
|
2014-04-05 18:17:13 -04:00 |
|
Tim Graham
|
5891fd3f89
|
[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user password changes.
Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews.
Backport of fd23c06023 from master
|
2014-04-05 13:01:03 -04:00 |
|
Vishal Lal
|
4ad4a236de
|
[1.7.x] Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testing
Backport of 8f621b83e9 from master.
|
2014-04-04 09:48:56 +02:00 |
|
Vishal Lal
|
28a686a0b7
|
[1.7.x] Fixed #22372 -- Improved description of WizardView.get_context_data().
Thanks simon29 for the report.
Backport of a8e2ec0e82 from master
|
2014-04-03 08:27:57 -04:00 |
|
Ramiro Morales
|
1a1b22679d
|
[1.7.x] Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.
e6ced2bb08 from master.
|
2014-04-02 17:16:33 -03:00 |
|
Vishal Lal
|
36d1e3725f
|
[1.7.x] Fixed #22347 -- Unified FileSystemStorage documentation.
Thanks nliberg for the report.
Backport of ca93f02c62 from master
|
2014-04-02 13:01:03 -04:00 |
|
Claude Paroz
|
cfb7eca2a1
|
[1.7.x] Added 1.6.3 release note for refs #22256.
|
2014-04-01 20:48:06 +02:00 |
|
Tim Graham
|
07c42cee7f
|
[1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves.
Backport of 981b864fbd from master
|
2014-03-31 07:55:25 -04:00 |
|
Loic Bistuer
|
5268d71f18
|
[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.
Thanks to trac username honyczek for the report. Refs #6903.
Backport of 4339e9a92d from master
|
2014-03-31 07:20:20 -04:00 |
|
Tim Graham
|
25da849896
|
[1.7.x] Added 1.6.3 release note for refs #22250.
Backport of d57ba04d89 from master
|
2014-03-31 07:12:12 -04:00 |
|
Ramiro Morales
|
422f5d9a2c
|
[1.7.x] Corrected an import in a model form docs example.
cb5dd99bb4 from master.
|
2014-03-30 20:34:29 -03:00 |
|
Tim Graham
|
c139e3e0a0
|
[1.7.x] Fixed #21858 -- Clarified 1.6 release note regarding M2M help text changes.
Thanks lee at semel.net for the report.
Backport of f30e6590f4 from master
|
2014-03-29 10:23:23 -04:00 |
|
Tim Graham
|
5f04240381
|
[1.7.x] Added Python 3.4 support notes.
Backport of 306deab2c7 from master
|
2014-03-27 08:12:58 -04:00 |
|
Tim Martin
|
e2e773c04a
|
[1.7.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().
Thanks cjerdonek for the report.
Backport of a779757706 from master
|
2014-03-27 07:02:02 -04:00 |
|
Tim Graham
|
994274ea83
|
[1.7.x] 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.
Backport of 5233b36693 from master
|
2014-03-26 10:41:45 -04:00 |
|
Andrew Godwin
|
1cb6729f58
|
[1.7.x] Add some syncdb deprecation stuff into the deprecation doc
Backport of 378359de1c from master
|
2014-03-25 20:02:07 -04:00 |
|
Simon Charette
|
78211b13a5
|
[1.7.x] Fixed #12030 -- Validate integer field range at the model level.
Thanks to @timgraham for the review.
Backport of 1506c71a95 from master
|
2014-03-25 14:31:54 -04:00 |
|
Tim Graham
|
7eaf329ad3
|
[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.
refs #14305.
Thanks Adrian Klaver for the report.
Backport of 9b7ba8af1b from master
|
2014-03-25 14:03:02 -04:00 |
|
Adam Kaliński
|
eb1600e9d1
|
[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.
Thanks EvilDMP for the suggestion.
Backport of ec08d62a20 from master
|
2014-03-24 09:45:50 -04:00 |
|
Tim Graham
|
57a373b08c
|
[1.7.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.
Thanks valgarv at gmx.net for the report.
Backport of 60d2dde286 from master
|
2014-03-24 09:19:46 -04:00 |
|
Tim Graham
|
68a80166cd
|
[1.7.x] Fixed #21665 -- Documented that changes in assertRedirects may be required given new URL escaping behavior.
Thank pdc for the report.
Backport of 62e81bc00b from master
|
2014-03-24 09:09:19 -04:00 |
|
Tim Graham
|
70b34f095c
|
[1.7.x] Updated six to 1.6.1.
Backport of 2ec82c7387 from master
|
2014-03-24 07:34:18 -04:00 |
|
Moayad Mardini
|
f847aeb6f8
|
[1.7.x] Fixed #22265 -- Clarfied consistent behavior of migrations.
Thanks aruseni for the report.
Backport of bff77e2aa8 from master
|
2014-03-24 07:27:27 -04:00 |
|
Claude Paroz
|
e1a6a3024f
|
[1.7.x] Fixed #22317 -- Fixed documented handler400 default value
Backport of 3f7615cddc from master.
|
2014-03-23 21:20:19 +01:00 |
|
Claude Paroz
|
4b72532048
|
[1.7.x] Added release note about strip_tags improvement
Backport of 1c8dbb0cc from master.
|
2014-03-22 12:35:56 +01:00 |
|
Claude Paroz
|
80f08dbdbc
|
[1.7.x] 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/
Backport of 6ca6c36f82 from master.
|
2014-03-22 11:01:14 +01:00 |
|
Aymeric Augustin
|
60d2213d43
|
[1.7.x] Small doc changes missed in 66076268 .
Partial backport of 253e8ac2 from master.
|
2014-03-21 22:09:57 +01:00 |
|
Thomas Schreiber
|
79989263a2
|
[1.7.x] Fixed typos in docs (django.contrib.site)
Backport of 907ac64641 from master.
|
2014-03-21 20:02:03 +01:00 |
|
Tim Graham
|
563d6a6bba
|
[1.7.x] Replaced an instance of PIL with Pillow in the docs.
Done in 4965a77407 on master.
|
2014-03-21 11:23:59 -04:00 |
|
Dejan Noveski
|
b74ec85c1d
|
[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidator
Backport of 4d0c5f6142 from master.
|
2014-03-21 11:18:26 +01:00 |
|
Bryan Helmig
|
cc8a800d0c
|
[1.7.x] Fixed minor syntax error in Queryset docs
Backport of f2eea960e0 from master.
|
2014-03-21 11:14:57 +01:00 |
|
Daniel Hahler
|
ac9c7701a7
|
Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formsets_with_inlines().
|
2014-03-19 20:37:00 -04:00 |
|
Anubhav Joshi
|
0399523cf1
|
Fixed #22253 -- Added django-i18n to the mailing lists docs.
Thanks bmispelon for the suggestion.
|
2014-03-19 07:22:01 -04:00 |
|
Simon Charette
|
cc5804bcab
|
Amended login required mixin documentation to honor **initkwargs.
|
2014-03-17 18:45:06 -04:00 |
|
zedr
|
fad47367bf
|
Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.
Thanks charettes for the suggestion.
|
2014-03-17 07:22:27 -04:00 |
|
Tim Graham
|
5840445664
|
Fixed #22006 -- Documented how to write a login_required mixin for CBVs.
Thanks django at patjack.co.uk for the suggestion and mockforest
for the draft patch.
|
2014-03-17 06:49:59 -04:00 |
|
Anubhav Joshi
|
ad43fdaa00
|
Fixed #21860 -- Added to_field_name to ModelChoiceField docs.
Thanks Keryn Knight for the suggestion.
|
2014-03-16 15:40:52 -04:00 |
|
Anubhav Joshi
|
abade6413b
|
Fixed #21991 -- Added warning regarding tests failure if locales not installed.
Thanks reidrac for the report.
|
2014-03-16 14:34:18 -04:00 |
|
Daniel Pyrathon
|
885e7adf56
|
Fixed #22242 -- Documented common cookie size limit.
|
2014-03-16 10:40:59 -04:00 |
|
Claude Paroz
|
5a976b4bec
|
Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
Thanks Jeroen Pulles for the report and Simon Charette for the review.
|
2014-03-13 16:58:14 +01:00 |
|
Dejan Noveski
|
958b511a80
|
Fixed #22262 -- Added the correct line in the last example of Translator lines
|
2014-03-13 14:13:27 +01:00 |
|
Iain Dawson
|
c8823cf481
|
Fixed a grammar error in topics/i18n/translation.
Hooks are quantum; you can not have an amount of them.
|
2014-03-13 10:04:30 +01:00 |
|
Akis Kesoglou
|
aaad3e27ac
|
Fixed #22217 - ManyToManyField.through_fields fixes.
- Docs description of arguments mix up.
- Keep it from erroneously masking E332 check.
- Add checks E338 and E339, tweak message of E337.
|
2014-03-11 19:33:04 -03:00 |
|