Stanislas Guerra
4ea39230fc
[1.7.x] Fixed #23778 -- Added a doc section on using the Django runner for reusable apps.
...
Backport of 06726965c3e53e9a6b87e1532951a93d5f94f426 from master.
2014-11-21 13:07:45 -07:00
Carl Meyer
229abe62fa
[1.7.x] Fix malformed note directive.
2014-11-17 16:43:25 -07:00
nmundar
b2534bfa7b
[1.7.x] Fixed #23690 - fixed examples of manual rendering of form fields
...
Documentation for rendering form fields manually is now updated to use fields id_for_label instead of hardcoded values with additional mention of label_tag for alternative generation of complete label tag.
Backport of 48515ee1f7bec437544a0a958332483298f4028b from master
2014-11-16 14:36:08 +01:00
Erik Romijn
d49c42e20e
[1.7.x] Fixed #23793 -- Clarified password reset behavior in auth docs
...
Backport of c5132382f081bd1b5a3618bbf23fa0cf720af14b from master.
2014-11-15 17:44:29 +01:00
Tim Graham
4f5614d68e
[1.7.x] Removed thread customizations of six which are now built-in.
...
Backport of 7ef81b5cdd from master
2014-11-13 11:34:03 +01:00
Tim Graham
d373e223bd
[1.7.x] Added a warning about nonexistent FK constraints when unmigrated apps depend on migrated ones.
...
Thanks NotSqrt for the report; refs #23741 .
Backport of f0ff452451 from master
2014-11-04 07:27:53 -05:00
Berker Peksag
c3b101fae5
[1.7.x] Fixed versionchanged indentation in docs/.
...
Backport of 5c517ec218 from master
2014-11-03 21:43:21 -05:00
Tim Graham
3ac46d0726
[1.7.x] Fixed #23744 -- Fixed typo in selenium testing example.
...
Thanks djbug for the report.
Backport of 6d0547c1ad from master
2014-11-01 12:37:26 -04:00
Tim Graham
c2cad66e47
[1.7.x] Added a warning about direct settings manipulation in tests.
...
Thanks Thomas Chaumeny for the initial patch.
Backport of 3f651b3e88 from master
2014-10-31 13:37:56 -04:00
Tim Graham
31d1ccca3f
[1.7.x] Fixed #23735 -- Clarified that admindocs must be enabled to view template tag libraries in admin.
...
Thanks Aymeric Augustin for the report.
Backport of 19242c675f from master
2014-10-30 19:04:34 -04:00
Tim Graham
ee2e09864d
[1.7.x] Fixed #23734 -- Replaced striptags in template filter overview since it has security implications.
...
Thanks Aymeric Augustin for the suggestion.
Backport of 08c5887f13 from master
2014-10-30 18:27:44 -04:00
bahoo
dea3eefa72
[1.7.x] Fixed typo in squashing migrations documentation
...
Backport of af7d66b4f2 from master
2014-10-27 17:53:34 -04:00
Tim Graham
e317d7fc72
[1.7.x] Fixed documentation of make_password kwargs.
...
Backport of ed7c4df1ee from master
2014-10-27 06:44:18 -04:00
Berker Peksag
17c09704ab
[1.7.x] Fixed versionchanged indentation in topics/testing/advanced.txt.
...
Backport of 1387c80643 from master
2014-10-24 15:41:43 -04:00
Tim Graham
7db89f79b3
[1.7.x] Added a warning about running migrations with DEBUG=True.
...
Thanks Charles Lanahann for the report.
2014-10-22 14:12:47 -04:00
Tim Graham
417923c69e
[1.7.x] Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory.
...
Backport of a39df37049 from master
2014-10-20 10:52:36 -04:00
Tim Graham
0569e0dd74
[1.7.x] Fixed some intersphinx references.
...
Backport of babbf18999 from master
2014-10-16 20:02:23 -04:00
Ian Lee
813954f15a
[1.7.x] Fixed pep8 in docs/topics/logging.txt
...
Backport of 947af46db3 from master
2014-10-15 18:56:00 -04:00
Rudy Mutter
e31be40f16
[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrations.
...
Backport of a407b846b4 from master
2014-10-09 22:39:17 +07:00
Ismail Badawi
e9609fb7a1
[1.7.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model uses.
...
Backport of e501d4c505 from master
2014-10-06 08:24:07 -04:00
Alasdair Nicol
74c38bad1d
[1.7.x] Fixed #23578 -- Changed examples in docs to use patterns
2014-10-01 01:23:53 +01:00
Duane Hilton
f0e7a695f5
[1.7.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:13 -04:00
Greg Brown
f9e8da1542
[1.7.x] Fixed typo in docs/topics/db/managers.txt
...
Backport of 9e8658db51 from master
2014-09-29 07:46:24 -04:00
Carl Meyer
091289d950
[1.7.X] How many is two?
2014-09-26 11:24:09 -06:00
Carl Meyer
d7bc30ffd2
[1.7.X] Fixed #23561 -- Corrected a security doc example that requires an unquoted HTML attribute.
...
Thanks "djbug" for the report.
2014-09-26 11:08:26 -06:00
Claude Paroz
b5d6092707
[1.7.x] Replaced input by textarea in forms docs
...
Backport of 5066fda34d from master.
2014-09-25 15:10:14 +02:00
Tim Graham
02aa3e30e9
[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.
...
Thanks gkoller for the report and Markus Holtermann for review.
2014-09-24 14:49:46 -04:00
Markus Holtermann
cf78a0ccc3
[1.7.x] Fixed #23473 -- Documented that @deconstructible classes need __eq__.
...
Backport of 066e672d79 from master
2014-09-24 14:19:43 -04:00
Thomas Grainger
bebdb026ce
[1.7.x] Added SuspiciousOperation to list of caught exceptions in testing docs.
...
Backport of 21683011d5 from master
2014-09-24 13:05:06 -04:00
Ola Sitarska
02b3a6dcc0
[1.7.x] Fixed #23529 -- Replaced comments tag library with humanize in docs
...
Backport of ee442e97da390b7136dc12b66ddfa70263a60b5c from master.
2014-09-21 17:33:49 +02:00
Gabe Jackson
d321218a52
[1.7.x] Added link to LogRecord attributes in logging.txt
...
Backport of c5b4145fca from master
2014-09-11 15:42:40 -04:00
Tim Graham
2e749f247c
[1.7.x] Fixed typo in topics/forms/formsets.txt
...
Backport of e265112cd1 from master
2014-09-10 11:17:54 -04:00
Iain Dawson
c2fe985733
[1.7.x] Fixed an instance of 'an' before a word beginning with a consonant.
...
Backport of ef8ef2a42d from master
2014-09-10 07:17:31 -04:00
Greg Brown
77ec85adae
[1.7.x] Note re migrations importing custom fields
...
Backport of b4d486c80f from master
2014-09-09 20:10:00 -04:00
Octowl
813619405b
[1.7.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:38 -04:00
oromero
af28f3c175
[1.7.x] Fixed #22161 -- Documented send() with no recipients won't raise an exception.
...
Backport of 0f0a5c07f9 from master
2014-09-05 20:40:49 -04:00
Andrew Godwin
e5cdfb1510
[1.7.x] Update docs to be more clear about nested classes (refs #23418 )
2014-09-05 15:37:53 -07:00
Sébastien Fievet
0c3a23d2b9
[1.7.x] Fixed typo in docs/topics/checks.txt.
...
Backport of 0f90f741de from master
2014-09-05 14:30:01 -04:00
Corey Farwell
de18a687ad
[1.7.x] Fixed typo in docs/topics/db/transactions.txt.
...
Backport of 4db75925be from master
2014-09-03 11:49:33 -04:00
Tim Graham
cedccd2688
[1.7.x] Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade instructions.
...
Thanks dgrant for the report.
Backport of bda2809712 from master
2014-09-02 21:03:41 -04:00
Michael Angeletti
074b6785e0
[1.7.x] Removed sentence from docs about migrate prompting to add a superuser.
...
Backport of 21a9e8adf0 from master
2014-08-31 12:33:33 -04:00
Claude Paroz
9ac713645b
[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
...
Refs #20739 . Thanks Raphaël Hertzog for the report and the initial
patch.
Backport of 3a44e2000 from master.
2014-08-28 08:46:54 +02:00
Erik Romijn
307eef20e3
[1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made it default for admin
...
Backport of cbdda28208c9c2aea479d5a482ff27bf37869d34 from master.
2014-08-27 09:16:51 +02:00
Tim Graham
403cc55f23
[1.7.x] Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.
...
Thanks Mike O'Connor for the suggestions.
Backport of 5ecead9ab9 from master
2014-08-26 15:52:15 -04:00
Tim Graham
588afbb2be
[1.7.x] Fixed #17707 , #20734 -- Added examples to URL namespacing docs.
...
Thanks Daniele Procida for review.
Backport of a2bcec3491 from master
2014-08-26 14:35:17 -04:00
Mitch Davis
95556fdd63
[1.7.x] Clarified that makemessages -l takes a locale name, not a language code.
...
Backport of 5473c36cef from master
2014-08-26 08:11:55 -04:00
Tim Graham
8c8ce2ee64
[1.7.x] Fixed #23131 -- Documented serialization of callable functions in migrations.
...
Backport of 50ae4b4b9e from master
2014-08-24 13:35:01 -04:00
Tim Graham
da2077ed67
[1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.
...
Backport of 0c9f40f776 from master
2014-08-23 19:31:05 -04:00
Tim Graham
3d88ed3341
[1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings.
...
Backport of c7fa27d702 from master
2014-08-23 09:31:48 -04:00
Kristian Glass
8aca08f828
[1.7.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:04 -04:00