Alasdair Nicol
15ab4936d7
[1.6.x] Fixed #21539 -- Added example of modelformset_factory's form argument
...
Backport of 1fa681ee11 from master
2013-12-14 16:36:21 -05:00
Chris Jerdonek
ad8a7819f2
[1.6.x] Fixed #21614 -- improved docs on configuring email for development.
...
Backport of d599b590eb from master
2013-12-14 11:21:22 -05:00
Chris Jerdonek
f39579e09f
[1.6.x] Fixed link text for "Testing in Django" in tutorial 5.
...
Backport of e1cfc4b96a from master
2013-12-14 10:42:36 -05:00
johannes-gehrs
eb4079597d
[1.6.x] Fixed #21580 -- Clarified why render() does not return a TemplateResponse object.
...
Backport of f685f94c98 from master
2013-12-13 18:59:27 -05:00
Tim Graham
704f581081
[1.6.x] Added 1.6.2 release notes stub.
...
Backport of ccd80dc3b6 from master
2013-12-13 18:55:35 -05:00
Claude Paroz
f05b381845
[1.6.x] Removed weird unicode char in some de po files
...
Refs #21601 .
2013-12-13 08:21:20 +01:00
Tim Graham
1c18c7f8ae
[1.6.x] Post release version bump.
2013-12-12 15:15:35 -05:00
Tim Graham
194c5ab056
[1.6.x] Added 1.6.1 release date.
2013-12-12 15:06:47 -05:00
Jacob Kaplan-Moss
073eed9517
Bumped version number for 1.6.1.
1.6.1
2013-12-12 13:48:32 -06:00
Ben Spaulding
de1d5d5df5
[1.6.x] Fixed #21594 -- Added note about model formsets deleting objects.
...
This behavior has been fixed in 65e03a424e. refs #10284 .
2013-12-11 14:39:29 -05:00
Tim Graham
7a2910d790
[1.6.x] Additions and edits to the 1.6.1 release notes.
2013-12-11 12:34:50 -05:00
Claude Paroz
ebf55d32c1
[1.6.x] Added release note for #21443
2013-12-11 16:37:25 +01:00
Claude Paroz
b953b27a92
[1.6.x] Added release note for #21358
2013-12-11 16:13:55 +01:00
Claude Paroz
3f9d00e591
[1.6.x] Added release note for #21473
2013-12-11 16:06:29 +01:00
Ludwik Trammer
c558a43fd6
[1.6.x] Fixed #21473 -- Limited language preservation to logout
...
Current language is no longer saved to session by LocaleMiddleware
on every response (the behavior introduced in #14825 ).
Instead language stored in session is reintroduced into new session
after logout.
2013-12-11 15:49:27 +01:00
Claude Paroz
d32637d81b
[1.6.x] Fixed #21510 -- Readded search reset link in changelist search bar
...
Thanks moritz.pfeiffer at alp-phone.ch for the report and
Tim Graham for the initial patch.
Backport of c7c647419c from master.
2013-12-11 15:32:10 +01:00
Claude Paroz
64483b4831
[1.6.x] Updated translations from Transifex
2013-12-10 21:14:22 +01:00
Christian Schmitt
d6d700fc6d
[1.6.x] Fixed #21560 -- Added missing 'slug' field in example code.
...
Backport of 744aac6dac from master
2013-12-10 07:25:43 -05:00
Claude Paroz
ef9832f148
[1.6.x] Updated a bunch of hyperlinks in documentation
...
Backport of 626bdf648 from master.
2013-12-08 18:48:30 +01:00
Claude Paroz
45c0d2e1ce
[1.6.x] Fixed #21551 -- Reenabled loading fixtures from subdirectory
...
This was a regression in Django 1.6 that was only partially
restored in 839940f27f.
Thanks Jonas Haag for the report.
Backport of 41ebc4838d from master.
2013-12-07 10:48:34 +01:00
Claude Paroz
34c4b93c84
[1.6.x] Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method
...
Thanks dibrovsd at gmail.com for the report and Simon Charette
for the review.
Backport of 8a9c8bb90 from master.
2013-12-07 10:21:05 +01:00
Baptiste Mispelon
7d75a33331
[1.6.x] Added fix for #21530 to 1.6.1 release notes.
...
Backport of 19b22d4f0e0eafec1aafb9489f0830ae572b5db5 from master.
2013-12-07 03:40:58 +01:00
Baptiste Mispelon
5a4884a978
[1.6.x] Fixed #21530 -- Prevent AttributeError in default URLconf detection code.
...
Thanks to @dmyerscoug for the report and original patch
and to @alasdairnicol for the added tests.
Backport of a020dd0a99da13d0f024d42c46f01d8f503e9d5e from master.
2013-12-07 03:30:07 +01:00
Alasdair Nicol
4f9590836c
[1.6.x] Fixed #21562 -- Warned against using the same app name as a django contrib app.
...
Thanks yourcelf for the report.
Backport of 317fd13c7a from master
2013-12-05 19:10:49 -05:00
Ramiro Morales
656a3adff7
[1.6.x] Corrected setting name in gis test error message.
...
e36c165b14 from master.
2013-12-05 18:35:00 -03:00
Alasdair Nicol
49fab30496
[1.6.x] Listed 1.6.x releases in descending order
...
Backport of 0daa2f1bf1 from master
2013-12-04 17:21:27 -05:00
Aymeric Augustin
6691abcdf0
[1.6.x] Fixed #21558 -- Support building CHM files.
...
Thanks Michał Pasternak.
Backport of cd9e85ec from master.
2013-12-04 16:51:37 +01:00
Ramiro Morales
c8cf49e5c4
[1.6.x] Added link to localized formatting doc from main index.
...
abb04f1f3f from master.
2013-12-04 10:28:43 -03:00
Tim Graham
3f8583a2c8
[1.6.x] Added a warning regarding risks in serving user uploaded media.
...
Thanks Preston Holmes for the draft text.
Backport of df6760f12c from master
2013-12-02 13:49:47 -05:00
Alasdair Nicol
87433c30c7
[1.6.x] Fixed #21538 -- Added numpy to test/requirements/base.txt
...
Thanks Tim Graham for the report
Backport of c75dd664cf from master
2013-12-02 13:38:46 -05:00
Claude Paroz
c8b4ac814c
[1.6.x] Fixed #21358 -- Allowed runserver on non-English locales
...
Thanks svartalf for the report.
Backport of 2080bce69 from master.
2013-12-02 10:35:27 +01:00
Tim Graham
adb8c563ed
[1.6.x] Fixed incorrect type for max_length.
...
Backport of 3b60ffa334 from master
2013-12-01 14:26:42 -05:00
Tim Graham
2f42bbaba7
[1.6.x] Fixed #21535 -- Fixed password hash iteration upgrade.
...
Thanks jared_mess for the report.
Backport of fddb0131d3 from master
2013-11-30 14:35:38 -05:00
Claude Paroz
14ddc1b517
[1.6.x] Fixed #21496 -- Fixed crash when GeometryField uses TextInput
...
Thanks Rhett Garber for the report and initial patch.
Backport of 34b8a3855 from master.
2013-11-28 18:34:33 +01:00
Baptiste Mispelon
02f9e90fdf
[1.6.x] Fixed #21515 -- Corrected example of template.Context in documentation.
...
Thanks to trac user oubiga for the report.
Backport of 077af42139db84d88f293ab5eadc989a9169dce1 from master.
2013-11-28 00:59:00 +01:00
Claude Paroz
655b8bb10b
[1.6.x] Fixed #21448 -- Fixed test client logout with cookie-based sessions
...
Thanks Gunnar Scherf for the report and the suggested patch.
Backport of 384816fcc from master.
2013-11-26 20:42:54 +01:00
Richard Xia
6cd5c67b69
[1.6.x] Fixed #21355 -- try importing _imaging from PIL namespace first.
...
Backport of 5725236c3e from master
2013-11-26 19:04:23 +02:00
Ludwik Trammer
593ec42ad1
[1.6.x] Fixed #21507 -- Corrected default widget information for FileField
...
Backport of 70e61310d6 from master
2013-11-25 08:27:27 -05:00
Tim Graham
df18cc632c
[1.6.x] Fixed typo in previous commit; refs #21490 .
...
Backport of 03bc0a8ac5 from master
2013-11-24 16:29:10 -05:00
Tim Graham
af65860c5b
[1.6.x] Fixed #21490 -- Fixed custom admin URL reverse example.
...
Thanks glarrain for the report.
Backport of bfe7377adb from master
2013-11-24 15:19:34 -05:00
Claude Paroz
432de54611
[1.6.x] Fixed #21486 -- Prevented settings config in signal connection
...
This was particularly problematic in the chain get_wsgi_application
-> db.connections import -> signal connection -> settings configuration.
Thanks Jon Dufresne for the report.
Backport of 42fef294464 from master.
2013-11-23 18:49:06 +01:00
Ramiro Morales
8750296918
[1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.
...
Removed multiple locales separated by commas variation (that wasn't
working as documented) in favor of simply allowing use of the
``--locale``/``-l`` options more than once for ``makemessages`` and
``compilemessages``.
Thanks Romain Beylerian for the report and Claude, Simon for their help.
2013-11-23 11:02:30 -03:00
Aymeric Augustin
ddd3926280
[1.6.x] Removed obsolete deprecation notes.
2013-11-23 14:57:30 +01:00
Loic Bistuer
a0ab432f2f
[1.6.x] Improved docs for ModelFormSet.clean().
...
Backport of 033b26173b from master
2013-11-22 19:50:46 -05:00
mlissner
4212ae6fef
[1.6.x] Noted that localmem is the default cache.
...
Backport of c456ea4ec8 from master
2013-11-22 19:39:54 -05:00
Bouke Haarsma
d55df0b810
[1.6.x] Fixed #21443 -- Cannot show debug info on PY3's importlib
...
Thanks productions@zaziork.co.uk for the review.
Backport of 18185724e6 from master.
2013-11-22 20:37:09 +01:00
Cody Scott
ea0d97c470
[1.6.x] Fixed sentence structure in docs/internals/contributing/triaging-tickets.txt
...
Backport of 4a54b69e88 from master
2013-11-22 11:02:50 -05:00
Aymeric Augustin
1eddca0a52
[1.6.x] Fixed #21487 -- Session cannot store tzinfo instances anymore.
...
Thanks filipp for the report.
2013-11-22 15:32:22 +01:00
Claude Paroz
9cbcd06b1a
[1.6.x] Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin
...
Thanks guido@20tab.com for the report and Tim Graham for the
analyze.
Backport of 1718b5256c from master.
2013-11-21 22:24:00 +01:00
Anssi Kääriäinen
5730bf2819
[1.6.x] Fixed #21431 -- GenRel->FK list_filter regression in admin
...
Report, analysis and tests from stephenmcd.
Backpatch of 752d3d70da6291039f33781a0a2ef6f3b7c5fcb5 from master.
2013-11-21 15:34:04 +02:00