Tim Graham
0a31b4ea8e
[1.6.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.
...
Thanks marfire for the report.
Backport of 9db3653670
from master
2014-10-10 15:22:40 -04:00
Kostochko Dmitriy
e24b246e2b
[1.6.x] Updated links in admin docs to use :ref:
...
per Sphinx docs: "Using ref is advised over standard reStructuredText
links to sections because it works across files, when section headings
are changed, and for all builders that support cross-references.
Backport of 13409b932a
from master
2014-10-06 10:46:47 -04:00
Emmanuelle Delescolle
c5c4bfa12a
[1.6.x] Fixed #23604 -- Allowed related m2m fields to be references in the admin.
...
Thanks Simon Charette for review.
Backport of a24cf21722
from master
2014-10-06 08:50:48 -04:00
Ismail Badawi
0aad1f1ea9
[1.6.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model uses.
...
Backport of e501d4c505
from master
2014-10-06 08:24:10 -04:00
Luke Plant
e71ef9b6f2
[1.6.x] Documented how to rename get_query_set if you are a library author
...
Backport of ca139bbfdf
from master
2014-10-02 11:35:59 +01:00
jnothman
0004156873
[1.6.x] Added flat=False to signature of QuerySet.values_list()
...
Backport of 20f868bc5a
from master
2014-10-01 13:10:18 -04:00
Tim Graham
011541d948
[1.6.x] Required numpy < 1.9 for tests; refs #23489 .
...
Backport of 4743a94429
from stable/1.7.x
2014-09-29 19:58:00 -04:00
Duane Hilton
8c0851051d
[1.6.x] Fixed #17638 -- Added crosslinks between topic and reference guides.
...
Thanks oinopion for the suggestion and jarus for the initial patch.
Backport of 054bdfeff1
from master
2014-09-29 18:17:39 -04:00
Thomas Grainger
9beca95eb0
[1.6.x] Added SuspiciousOperation to list of caught exceptions in testing docs.
...
Backport of 21683011d5
from master
2014-09-24 13:05:09 -04:00
Tim Graham
943716c8ee
[1.6.x] Skipped a broken geoapp test on Oracle; refs #23504 .
...
Backport of 729cd6a11a
from master
2014-09-23 20:06:50 -04:00
Tim Graham
dd7346ed1d
[1.6.x] Made a GIS test work on Oracle.
...
Thanks Josh Smeaton and Claude Paroz for advice.
Backport of 7add30df01
from master
2014-09-22 13:46:28 -04:00
Tim Graham
2376319ce0
[1.6.x] Skipped a broken GIS test on Oracle; refs #23504 .
...
Backport of 828edc5ba9
from master
2014-09-22 13:43:35 -04:00
Tim Graham
8cee5875a6
[1.6.x] Removed unnecessary order_by() from a GIS test that crashed Oracle.
...
Oracle cannot order_by() a TextField; refs #23504 .
Backport of 7fc13178d6
from master
2014-09-22 13:42:51 -04:00
Tim Graham
59d369db78
[1.6.x] Skipped some broken tests on Oracle GIS; refs #23504 .
...
Backport of 7fce7f51ef
from master
2014-09-22 13:39:39 -04:00
Ola Sitarska
a6c294a5a2
[1.6.x] Fixed #23529 -- Replaced comments tag library with humanize in docs
...
Backport of ee442e97da
from master.
2014-09-21 17:34:23 +02:00
Tim Graham
aa1939c1d1
[1.6.x] Fixed #23491 -- Clarified tutorial 3.
...
Thanks diek for the suggestion.
Backport of 54fd84e432
from master
2014-09-17 08:43:44 -04:00
Joseph Dougherty
9a66244bd8
[1.6.x] Fixed #23499 -- Error in built-in template tag "now" documentation
...
Backport of ab8248361e
from master.
2014-09-17 09:24:05 +02:00
Tim Graham
452587aba8
[1.6.x] Forwardported 1.4.16 release notes.
...
Backport of 0ae79014c0
from master
2014-09-13 09:23:46 -04:00
Gabe Jackson
31b5e3e010
[1.6.x] Added link to LogRecord attributes in logging.txt
...
Backport of c5b4145fca
from master
2014-09-11 15:42:48 -04:00
Tim Graham
cc8486b6fe
[1.6.x] Corrected indentation in a contrib.humanize test; refs #23340 .
...
Thanks Zach Borboa for the report.
Backport of 96010ae15b
from master
2014-09-10 12:27:14 -04:00
Tim Graham
eba54eb157
[1.6.x] Fixed typo in topics/forms/formsets.txt
...
Backport of e265112cd1
from master
2014-09-10 11:17:57 -04:00
Iain Dawson
e2d4677a1c
[1.6.x] Fixed an instance of 'an' before a word beginning with a consonant.
...
Backport of ef8ef2a42d
from master
2014-09-10 07:17:37 -04:00
Tim Graham
5767bc722f
[1.6.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory.
...
Thanks Graham Dumpleton for the report.
Backport of c7f7432be5
from master
2014-09-09 09:33:04 -04:00
Simon Charette
a7af6ad96a
[1.6.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.
...
This fixes a regression introduced by the 53ff096982
security fix.
Thanks to @a1tus for the report and Tim for the review.
refs #23329 .
Backport of 342ccbd
from master
2014-09-08 14:05:26 -04:00
Octowl
731654197c
[1.6.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.
...
Thanks velle for the report.
Backport of 5f3806b861
from master
2014-09-08 13:24:48 -04:00
Tim Graham
8635fa0b11
[1.6.x] Additional edits for refs #23340 ; thanks Loic.
...
Backport of 0a2bc6e6bd
from master
2014-09-06 08:01:02 -04:00
Collin Anderson
c9e0afe2d3
[1.6.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.
...
Thanks zachborboa for the report and blackguest for the patch.
Backport of 7353e26d5d
from master
2014-09-06 07:48:34 -04:00
oromero
414e3fc59d
[1.6.x] Fixed #22161 -- Documented send() with no recipients won't raise an exception.
...
Backport of 0f0a5c07f9
from master
2014-09-05 20:40:52 -04:00
Corey Farwell
289d38b731
[1.6.x] Fixed typo in docs/topics/db/transactions.txt.
...
Backport of 4db75925be
from master
2014-09-03 11:49:37 -04:00
Tim Graham
f7c7ab0e89
[1.6.x] Added dates to release notes.
...
Backport of 0fd23545db
from master
2014-09-02 21:35:07 -04:00
Tim Graham
900f28a2b5
[1.6.x] Post release version bump.
2014-09-02 21:08:02 -04:00
James Bennett
75d03c7755
[1.6.x] Update version number for bugfix release.
2014-09-02 15:54:38 -05:00
Alexey Efimov
24d84520aa
[1.6.x] Added missing import in docs/ref/signals.txt.
...
Backport of 4a303341fc
from master
2014-09-02 08:15:07 -04:00
Akis Kesoglou
b877697472
[1.6.x] Fixed #23370 -- defer() + select_related() crashed with inherited models.
...
Backport of 6613ea6e3f
from master
2014-08-30 07:16:47 -04:00
Simon Charette
ce4057591a
[1.6.x] Corrected a usage example of `related_query_name`.
...
Thanks to Petr Glotov for spotting this.
Backport of 05a8cef428
from master
2014-08-29 23:12:24 -04:00
Simon Charette
996ac768e3
[1.6.x] Fixed #23375 -- Added missing security issues to the archive.
...
Backport of c9c0be3
from master
2014-08-28 11:08:11 -04:00
Simon Charette
e3453b61c6
[1.6.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
...
Thanks to Trac alias Markush2010 and ross for the detailed reports.
Backport of 3cbb759
from master
2014-08-27 21:50:29 -04:00
Tim Graham
4db64e8491
[1.6.x] Fixed #21567 -- Documented how to deploy multiple sites using the sites framework.
...
Backport of 7b9537fb27
from master
2014-08-26 15:22:32 -04:00
Tim Graham
8e77ac634f
[1.6.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.
...
Backport of ced3e303ca
from master
2014-08-26 14:50:42 -04:00
Tim Graham
adb0c535a9
[1.6.x] Fixed spelling mistake in file docs.
...
Backport of a3e88e64a4
from master
2014-08-26 09:44:55 -04:00
Mitch Davis
fa76275e8a
[1.6.x] Clarified that makemessages -l takes a locale name, not a language code.
...
Backport of 5473c36cef
from master
2014-08-26 08:11:59 -04:00
Tim Graham
9bc1091980
[1.6.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.
...
Backport of 0c9f40f776
from master
2014-08-23 19:31:09 -04:00
Tim Graham
4684464b35
[1.6.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.
...
Backport of a76aab3583
from master
2014-08-22 13:23:58 -04:00
Kristian Glass
d3c75da7fb
[1.6.x] Fixed #23342 -- Clarified warning about naive time objects.
...
Thanks to apollo13 for suggested wording.
Backport of b7336ec179
from master
2014-08-22 11:40:07 -04:00
Tim Graham
f8344398fc
[1.6.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.
...
Backport of 14aff0bd82
from master
2014-08-22 11:34:53 -04:00
Tim Graham
808c0dc705
[1.6.x] Bumped version number post-release.
2014-08-20 16:38:01 -04:00
Tim Graham
66638a09c5
[1.6.x] Added dates to release notes.
...
Backport of b902be798e
from master
2014-08-20 16:32:51 -04:00
James Bennett
8b19a4e275
[1.6.x] Update version number for security release.
2014-08-20 15:14:55 -05:00
Simon Charette
f7c494f250
[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.
...
This is a security fix. Disclosure following shortly.
2014-08-20 11:43:43 -04:00
Preston Holmes
0268b855f9
[1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE change.
...
This is a security fix. Disclosure following shortly.
2014-08-20 11:43:43 -04:00