Tianyi Wang
312ca5e9cb
[1.5.x] Improvement on InlineFormSet doc, refs #21006
...
Backport of 944a2bb7c1
from master
2013-10-15 09:58:57 -04:00
Tianyi Wang
1acd5fc9d2
[1.5.x] Fixed #21006 -- Added example code for overriding methods on an InlineFormSet.
...
Thanks treysta at gmail.com for the suggestion.
Backport of 9bfe66164e
from master
2013-10-15 07:37:51 -04:00
Sorcha Bowler
6e7de2edb0
[1.5.x] Fixed #21223 -- Added form.id_for_label to topic guide.
...
Thanks ebertti at yahoo.com.br for the suggestion.
Backport of 018e2c055a
from master
2013-10-14 18:43:48 -04:00
Bouke Haarsma
7f62d794b3
[1.5.x] Fixed #20962 -- Documented that template tag render() may raise exceptions.
...
Thanks Keryn Knight for the report.
Backport of e077224f4a
from master
2013-10-14 11:55:15 -04:00
Bouke Haarsma
5c1be8a870
[1.5.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.
...
Thanks gergely at polonkai.eu for the suggestion.
Backport of 9b7d38ed5a
from master
2013-10-14 10:38:34 -04:00
Bouke Haarsma
b268488806
[1.5.x] Fixed #21264 -- Incorrect RST usage in docs
...
Backport of 8fc63087f6
from master
2013-10-14 08:17:00 -04:00
Max Vizard
e532d1e38f
[1.5.x] Fixed #21027 -- Updated tutorial 5 docs to link to management shell command page.
...
Backport of 13ddf0e002
from master
2013-10-14 08:10:55 -04:00
Aymeric Augustin
2fb127b881
Fixed #21261 -- Added missing import in RedirectView docs
...
Thanks yokomizor.
2013-10-13 19:00:55 +02:00
Tim Graham
2b8519760e
[1.5.x] Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures.
...
Thanks slinkp for the suggestion.
Backport of dd839a2dfd
from master
2013-10-11 20:12:55 -04:00
Cody Scott
766fbd53cb
[1.5.x] Minor edits to docs/topics/db/queries.txt.
...
Backport of 8bfc7cc64c
from master
2013-10-11 15:35:52 -04:00
Cody Scott
3e6d895912
[1.5.x] Small improvements to docs/topics/db/models.txt
...
Backport of 695bc0d191
from master
2013-10-10 20:57:20 -04:00
Dan Loewenherz
f8393edb52
[1.5.x] Fix grammatical errors in email documentation
...
Backport of 43f213e475
from master
2013-10-08 20:30:50 -04:00
Tim Graham
67d887fbae
[1.5.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txt
...
Thanks ryan at ryangallen.com for the report.
Backport of 36e220f923
from master
2013-10-03 20:14:07 -04:00
Tim Graham
1f63061060
[1.5.x] Clarified session replay attack differences with cookie backend.
...
Backport of 00a0d3de02
from master
2013-10-02 10:15:42 -04:00
Tim Graham
997a332cbb
[1.5.x] Fixed #21180 -- Additional deprecation notes for databrowse.
...
Thanks einsteiger for the suggestion.
2013-10-01 10:21:04 -04:00
Curtis Maloney
20f394f4d5
[1.5.x] Fixed #21154 -- Updated TemplateResponse docs to better explain context.
...
Thanks mrmachine for the report.
Backport of c39c9f2ad8
from master
2013-09-30 10:21:40 -04:00
Baptiste Mispelon
43ab759ce3
[1.5.X] Fixed wording in unit tests documentation.
...
Backport of 42b9feb2e7
from master.
2013-09-25 18:32:07 +02:00
Tim Graham
de8715ca97
[1.5.x] Fixed #21137 -- Corrected ULRconf include example.
...
Thanks marfire for the report.
Backport of 77f6b468e5
from master
2013-09-24 09:41:44 -04:00
Brett Koonce
13aff91ae7
[1.5.x] Removed extra p (topppings->toppings)
...
Backport of 946a2226ea
from master
2013-09-23 19:25:19 -04:00
Tim Graham
959adcc1de
[1.5.x] Removed implication that six is part of Python stdlib.
...
Backport of 45969bdeb5
from master
2013-09-23 18:30:23 -04:00
Daley Chetwynd
c695f293e3
[1.5.x] Fixed #20830 -- Clarified that Django uses a customized version of six.
...
Thanks glarrain for the suggestion.
Backport of a53caf28bf
from master
2013-09-23 11:07:40 -04:00
Ben Huckvale
a722dfda93
[1.5.x] Fixed #21120 -- Added more explicit text on using validators and link to writing validators.
...
Thanks nicolas at niconomicon.net for the suggestion.
Backport of 98e0453f00
from master
2013-09-23 10:40:27 -04:00
Tim Garner
938d98c8d1
[1.5.x] Fixed #21702 -- Added different bullet styles for nested lists.
...
Thanks moc at mocpa.com for the suggestion.
Backport of c81b6f7b83
from master
2013-09-23 07:40:07 -04:00
Ramiro Morales
b5eddde095
[1.5.x] Reference Meta.index_together in DB performance guide.
...
9dc45efeba
from master.
2013-09-22 14:07:36 -03:00
Ramiro Morales
8e51bea4fb
[1.5.x] Fixed a couple of typos in GeoDjango docs.
...
8b366a50f4
from master.
2013-09-22 14:07:14 -03:00
mlissner
177270ea73
[1.5.x] Correct very minor typo
...
Just changed as to has.
Backport of d8f2d940cc
from master
2013-09-21 18:18:46 -04:00
Michael DiBernardo
61b685847e
[1.5.x] Fixed #21137 -- Documented best practice for URLconfs with repeated pattern prefixes.
...
Backport of 222460a994
from master
2013-09-21 18:18:26 -04:00
Curtis Maloney
b8e7730f3e
[1.5.x] Fixed #21133 -- Clarifed documentation about strftime formatting.
...
Backport of 43a2ec7999
from master
2013-09-21 06:56:17 -04:00
Markus Amalthea Magnuson
b541cf24d0
[1.5.x] Added missing "in" in sentence.
...
Backport of 2c5c422d34
from master
2013-09-19 13:29:56 -04:00
Russell Keith-Magee
75c0aa43d3
[1.5.x] Fixed #21121 : Added archive of security issues.
...
Backport of 9d3e60a
, 8e134c2
, 8b3bae9
, c65ae7c
, bbabc53
,
and a2e25e8
from master.
2013-09-19 15:07:29 +08:00
Ramiro Morales
efcf4d2bd9
[1.5.x] Reworded a paragraph in the logging docs.
...
9d12f68a53
from master.
2013-09-16 17:53:02 -03:00
Tim Graham
12a30e9221
[1.5.x] Cleaned up 1.5.4/1.4.8 release notes
...
Backport of 8d29005524
from master
2013-09-15 14:25:34 -04:00
James Bennett
4607c7325d
[1.5.x] Add release notes and bump version numbers for 1.5.4 security release.
2013-09-15 00:29:31 -06:00
Goetz
dbc2e8eb73
[1.5.x] Fixed #21101 -- Updated urlize documentation to mention email addresses
...
Backport of 39b49fd339
from master
2013-09-13 12:42:47 -04:00
Tim Graham
7cfb5243f1
[1.5.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.
...
Thanks ylb415 at gmail.com for the suggestion.
Backport of e4aab1bb8d
from master
2013-09-13 09:30:20 -04:00
Kevin Christopher Henry
61867e226d
[1.5.x] Documentation -- added instructions on working with pull requests
...
Since non-core contributors are asked to review patches, instructions
on working with pull requests were added to the Working with Git and
GitHub page (based on the existing instructions in the core
committers page).
Backport of 990ce9aab9
from master
2013-09-13 08:27:28 -04:00
Tim Graham
169594f5ae
[1.5.x] Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.
...
Thanks EvilDMP for the report and Russell Keith-Magee
for the draft text.
Backport of da843e7dba
from master
2013-09-11 08:18:52 -04:00
Kevin Christopher Henry
2a7d3030f9
[1.5.x] Documentation -- Improved description of cache arguments
...
- Fixed some grammar and formatting mistakes
- Added the type and default for CULL_FREQUENCY
- Made the note on culling the entire cache more precise. (It's actually
slower on the filesystem backend.)
Backport of 5eca021d48
from master
2013-09-11 07:43:29 -04:00
James Bennett
0a34f39759
[1.5.x] Bump version numbers for 1.5.3 security release.
2013-09-10 20:25:27 -05:00
Tim Graham
42e8fabb59
[1.5.x] Added 1.4.7/1.5.3 release notes
...
Backport of baec6a26dd
from master
2013-09-10 21:08:34 -04:00
oz123
693ebff1a4
[1.5.x] Fixed #21075 - Improved doc for calling call_command with arguments.
...
Backport of fca4c4826e
from master
2013-09-10 09:18:20 -04:00
Tim Graham
9d3a66aa9f
[1.5.x] Fixed #20005 -- Documented that Oracle databases need execute permission on SYS.DBMS_LOB.
...
Thanks jafula for the suggestion.
Backport of a86ecc80a2
from master
2013-09-07 14:01:10 -04:00
Keith Edmiston
37587624bf
[1.5.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values.
...
Thanks kent at nsc.liu.se for the report.
Backport of c54fa1a7bc
from master
2013-09-07 12:17:01 -04:00
Keith Edmiston
afc624cab0
[1.5.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible with runserver --insecure.
...
Backport of 028db97503
from master
2013-09-06 17:31:04 -04:00
Tim Graham
5d029f2222
[1.5.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDS
...
Thanks craigbruce.
Backport of db3de52807
from master
2013-09-06 16:06:51 -04:00
micahhausler
e62f391022
[1.5.x] Fixed #21047 -- Added CLA mesage on the new contributor advice doc
...
Backport of 93dd31cadf
from master
2013-09-05 17:55:09 -04:00
Tim Graham
d6b11b0abb
[1.5.x] Fixed #20900 -- Documented RemoteUserBackend.authenticate
...
Backport of 7b62b80693
from master
2013-09-05 06:32:55 -04:00
Claude Paroz
406fd9f97f
Fixed #19211 -- Adapted tutorial for Python 3
...
Backport of 7cc3acbb7
from master.
2013-09-05 08:53:24 +02:00
Tim Graham
8f4552adf1
[1.5.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in forms.
...
Thanks marky1991.
Backport of 533d1ab334
from master
2013-09-04 13:19:46 -04:00
Tim Graham
bc78ffa270
[1.5.x] Fixed #21002 -- Documented JSON session serialization requires string keys
...
Thanks jeroen.pulles at redslider.net for the report.
Backport of 3baf1d1042
from master.
2013-09-04 10:55:33 -04:00