Luke Plant
9d0e61f04d
[1.7.x] Further fixes to the migration notes for get_query_set
...
This rename is very tricky for the case of subclasses which define
get_query_set and haven't been updated yet, which applies to all projects in
the form of RelatedManager from Django 1.5.
Backport of 0c623da664
from master
2014-11-24 15:35:31 +00:00
Luke Plant
e10c5a8fdd
[1.7.x] Better migration docs for get_query_set -> get_queryset
...
This way they won't need to fix things again when get_query_set disappears
Backport of 91e2780dfb
from master
2014-11-24 10:17:27 +00:00
aruseni
c6d5f74371
[1.7.x] Fixed a typo in 1.6 release notes.
...
Backport of 006451f894
from master
2014-11-10 15:39:04 +01:00
Tim Graham
3fb6e17857
[1.7.x] Fixed #23785 -- Typo in docs/releases/1.6.txt
...
Backport of 091f5b5a4e
from master
2014-11-09 22:12:00 +01:00
Luke Plant
adae224572
[1.7.x] Documented how to rename get_query_set if you are a library author
...
Backport of ca139bbfdf
from master
2014-10-02 11:34:19 +01:00
Tim Graham
2ff2809c73
[1.7.x] Updated MySQL links to version 5.6.
...
Backport of fb4f3e04b1
from master
2014-08-02 10:27:26 -04:00
Tim Graham
35bdf87034
[1.7.x] Improved deprecation plan links in release notes.
...
Backport of 7ff326928a
from master
2014-05-29 18:58:55 -04:00
Ramiro Morales
8cf6c5c789
[1.7.x] Fixed a few release notes typos.
...
38036e16c8
from master.
2014-05-10 23:19:49 -03:00
Claude Paroz
e441cebce3
[1.7.x] Updated doc links to point to Python 3 documentation
...
Backport of 680a0f08b
from master.
2014-04-26 16:03:40 +02:00
Tim Graham
9063e6ed39
[1.7.x] Fixed casing of "GeoDjango".
2014-04-08 10:12:15 -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
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 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
d4a5019bef
Reordered deprecation timeline and added back old info; refs #21920 .
2014-02-03 08:32:32 -05:00
Simon Charette
10e3faf191
Fixed #19774 -- Deprecated the contenttypes.generic module.
...
It contained models, forms and admin objects causing undesirable
import side effects. Refs #16368 .
Thanks to Ramiro, Carl and Loïc for the review.
2014-01-26 14:42:30 -05:00
Tim Graham
4416aa1d3f
Added a link to the 1.6 release notes which also fixed a rendering issue.
2014-01-22 11:04:44 -05:00
Claude Paroz
4a00f132e0
Added release note for TypedChoiceField coerce limitation
...
Thanks Elec for the report and Simon Charette for the review.
Refs #21397 .
2013-11-18 18:08:59 +01:00
Tim Graham
ffdae5b66d
Fixed #21404 -- Added session.set_expiry() note to 1.6 release notes.
...
Thanks pwr for the suggestion.
2013-11-18 07:58:43 -05:00
Anssi Kääriäinen
4301d6fa36
Release notes for ORM changes in 1.6
2013-11-14 18:03:53 +02:00
Baptiste Mispelon
f2e0266be7
Fixed #21396 : Document backwards-incompatible change in RedirectView.get_redirect_url.
...
Thanks to Tim for the review.
2013-11-08 10:47:36 +01:00
Aymeric Augustin
ae029b440a
1.6 isn't under development any more.
...
Partial forward port of a71ff76
from stable/1.6.x.
2013-11-07 08:17:17 +01:00
Claude Paroz
0d9c149990
Fixed #21339 -- Documented removal of some form field error messages
2013-10-31 17:52:06 +01:00
Tim Graham
b47a052eb5
Documented removal of django.core.servers.basehttp.WSGIServerException
...
refs 2ca00faa91
2013-10-30 07:46:07 -04:00
Tim Graham
28b70425af
Added docs for the hasher's iteration count changes.
2013-10-21 20:32:02 +02:00
Tim Graham
651bb73ab3
Fixed ReST error in 1.6. release notes.
2013-10-18 08:47:28 -04:00
Tim Graham
d97bec5ee3
Removed 1.6 release note text regarding password limit length.
...
This changed was reverted in 5d74853e15
.
2013-10-17 18:58:24 -04:00
Russell Keith-Magee
ddb53856b6
Fixed #21164 -- Added documentation for issue with test users.
...
The package renaming restores the older package names (which were also the
documented package names). This doesn't affect test discovery because the
module in question doesn't contain any tests.
Thanks to Carl for the design discussion.
2013-10-08 10:32:56 +08:00
Paul McMillan
a075e2ad0d
Increase default PBKDF2 iterations
...
Increases the default PBKDF2 iterations, since computers have gotten
faster since 2011. In the future, we plan to increment by 10% per
major version.
2013-09-19 18:02:25 +01:00
Tim Graham
8d29005524
Cleaned up 1.5.4/1.4.8 release notes
2013-09-15 14:14:26 -04:00
Tim Graham
ec89e1725a
Fixed #21100 -- Noted that Create/UpdateViews.fields is new in 1.6
...
Thanks AndrewIngram for the suggestion.
2013-09-13 09:34:12 -04:00
Matt Austin
9451d8d558
Fixed #21095 -- Documented new requirement for dates lookups.
...
Day, month, and week_day lookups now require time zone definitions in the database.
2013-09-13 09:56:19 +02:00
Kevin Christopher Henry
9d700322b3
Fixed #19885 -- cleaned up the django.test namespace
...
* override_settings may now be imported from django.test
* removed Approximate from django.test
* updated documentation for things importable from django.test
Thanks akaariai for the suggestion.
2013-09-09 16:03:13 -04:00
Tim Graham
3baf1d1042
Fixed #21002 -- Documented JSON session serialization requires string keys
...
Thanks jeroen.pulles at redslider.net for the report.
2013-09-03 07:48:03 -04:00
Anssi Kääriäinen
e973ee6a98
Fixed #20988 -- Added model meta option select_on_save
...
The option can be used to force pre 1.6 style SELECT on save behaviour.
This is needed in case the database returns zero updated rows even if
there is a matching row in the DB. One such case is PostgreSQL update
trigger that returns NULL.
Reviewed by Tim Graham.
Refs #16649
2013-08-30 09:41:07 +03:00
Tim Graham
b0ce6fe656
Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
...
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.
Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
2013-08-22 13:58:26 -04:00
Dominic Rodger
c33d1ca1d9
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
...
Sphinx generates left single quotes for apostrophes after
code markup, when right single quotes are required. The
easiest way to fix this is just by inserting the unicode
character for a right single quote.
Instances of the problem were found by looking for
">‘" in the generated HTML.
2013-08-06 07:13:17 -04:00
Julien Phalip
28d3b33c04
Added a note to the 1.6 release about the new `--keep-pot` option for `makemessages`.
...
Refs #17008 .
2013-08-04 17:18:10 -07:00
Julien Phalip
0d0ccf81a0
Moved a release note that I had accidentally misplaced in bb145e2c47
.
2013-07-27 19:52:59 -07:00
Tim Graham
8676318d2d
Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
...
Thanks CollinAnderson for the report.
2013-07-26 14:45:38 -04:00
Tim Graham
bddb4a6818
Fixed #20769 -- Added "Python compatibility" section to the 1.6 release notes.
2013-07-25 13:03:15 -04:00
Dominic Rodger
c928725b93
Fixed #20794 -- Documented changes to validate_email
...
4e2e8f39d
changed the way validate_email behaves for foo@localhost
email addresses, but wasn't listed in the release notes.
2013-07-24 10:26:03 +02:00
Thomas Sorrel
bb145e2c47
Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates to allow style customizations per app or per model.
2013-07-21 20:17:14 +00:00
Tim Graham
a7d97a6778
Fixed #20653 -- Renamed checksetup -> check missed in [ 03465639
]
...
Thanks CollinAnderson for the report.
2013-07-12 12:48:49 -04:00
hekevintran
62a826ab31
fixed grammar
2013-07-04 12:31:58 -07:00
Tim Graham
3632d289de
A couple more semicolon -> colon fixes; refs #18134 .
2013-07-02 14:14:56 -04:00
Florian Apolloner
adc6f38867
Fixed 1.6 release notes.
2013-06-29 10:50:04 +02:00
Shai Berger
d097417025
Support 'pyformat' style parameters in raw queries, Refs #10070
...
Add support for Oracle, fix an issue with the repr of RawQuerySet,
add tests and documentations. Also added a 'supports_paramstyle_pyformat'
database feature, True by default, False for SQLite.
Thanks Donald Stufft for review of documentation.
2013-06-28 06:59:10 +03:00
Tim Graham
1184d07789
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
...
uid is now base64 encoded in password reset URLs/views. A backwards compatible
password_reset_confirm view/URL will allow password reset links generated before
this change to continue to work. This view will be removed in Django 1.7.
Thanks jonash for the initial patch and claudep for the review.
2013-06-26 13:11:47 -04:00
Simon Charette
b91787910c
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
...
Those methods were only used by `contrib.admin` internally and exclusively
related to `contrib.auth`. Since they were undocumented but used
in the wild the raised deprecation warning point to an also undocumented
alternative that lives in `contrib.auth`.
Also did some PEP8 and other cleanups in the affected modules.
2013-06-25 12:22:37 -04:00