1
0
mirror of https://github.com/django/django.git synced 2025-04-04 21:46:40 +00:00

2426 Commits

Author SHA1 Message Date
Jonatas CD
0221039309 [1.11.x] Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state.
Backport of c9b22707b0703db6c6ddaebdd00e2cd33d182e40 from master
2017-09-04 15:43:42 -04:00
Jeremy Satterfield
e921e98387 [1.11.x] Fixed #28332 -- Fixed diamond inheritence example in docs.
Backport of 473ab4610ef90be05f09127aa37cd20bcda5875e from master
2017-09-02 14:33:19 -04:00
Jkrzy
10b54c8782 [1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.
Backport of da3a5cee4f06ed801c6fb42bd8995428ff0b28bf from master
2017-08-30 06:26:04 -04:00
Kim DoHyeon
1b0e45e4ea [1.11.x] Fixed #27931 -- Clarified the meaning of "django catch-all logger."
Backport of f21915bb3ad73001b7d987332b2b4a0ae4ec288d from master
2017-08-22 17:41:34 -04:00
Harry Moreno
60f81118f4 [1.11.x] Added "test --keepdb" to testing speedup docs.
Backport of 254fb8d1a4e0525d890a5363a5c08f00bc873f03 from master
2017-08-22 10:26:38 -04:00
Jonatas CD
b0ed14644a [1.11.x] Fixed #28252 -- Corrected docs for default file extensions of makemessages.
Backport of 31f133ea08d41907a67f9e3d667f2a09c167a97c from master
2017-08-11 15:24:34 -04:00
Mariusz Felisiak
fe51017efd [1.11.x] Fixed #23766 -- Doc'd CursorWrapper.callproc().
Thanks Tim Graham for the review.
Backport of 660d50805b6788d592b4f1fae706b725baf0195c from master
2017-08-10 22:30:28 +02:00
Irindu Indeera
fe7b456825 [1.11.x] Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Backport of babe9e64a6172b09e7f70e8d8f01e67f2cb4176d and
2457c1866ef3586c56bd19aeaa554e78c1ed1875 from master
2017-07-11 14:23:22 -04:00
Tushar Malik
664f5708c8 [1.11.x] Added missing import in docs/topics/db/queries.txt.
Backport of 14251324e651b43897ae04ecaf543153b2b9b587 from master
2017-07-04 20:18:25 -04:00
Tim Graham
bc9c6fe7cb [1.11.x] Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs.
Backport of 49b9c89d4094574117c9d5b7a696ce152e02553a from master
2017-06-07 09:43:48 -04:00
Dima Veselov
945b3d1da1 [1.11.x] Fixed typo in docs/topics/testing/advanced.txt.
Backport of 01d7ff9a17af2024956f6c81106a22bffcd9a703 from master
2017-05-25 05:45:15 -04:00
Claude Paroz
65dfe579d0 [1.11.x] Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-22 19:32:02 +02:00
Markus Amalthea Magnuson
bd6a3546d4 [1.11.x] Made docs/topics/migrations.txt use single quotes consistently.
Backport of 266b24316841f878c129e6dbb026f6c3edcdb54f from master
2017-05-22 12:07:09 -04:00
Michiel Beijen
ec24108008 [1.11.x] Pointed Dive into Python links to python3 site
Backport of 48028c6f9a22742ff05da79822f5e3385d1b4c4c from master
2017-05-20 21:46:18 -04:00
Riccardo Magliocchetti
643413f654 [1.11.x] Fixed #28148 -- Doc'd ImageField name validation concerns with the test client.
Backport of bdf192c59357a0d8117f6f34c94fb32a51e7a774 from master
2017-05-11 19:39:42 -04:00
Tim Graham
ccb3b0ee67 [1.11.x] Fixed #28139 -- Added another level of headings in the topics index.
Backport of 4b0211dad55fc9d154dd5fc5b0006a647115d75d from master
2017-05-01 09:02:04 -04:00
shinriyo
0f60333534 [1.11.x] Fixed typo in docs/topics/auth/default.txt.
Backport of d510971088570e205e49f9fa665a8d4259514ada from master
2017-04-29 06:56:43 -04:00
Nauman Tariq
3bbe85b7b5 [1.11.x] Added content_type filtering in Permission querying example.
Backport of 6684af1e43aeff99551f3265710d44c273f0554a from master
2017-04-26 13:28:32 -04:00
Michiel Beijen
7eecf496ee [1.11.x] Renamed "Mac OS X" to "macOS" in docs.
Backport of 5e8625ba643db118a44cb32e9e48bf431ef4da53 from master
2017-04-24 20:51:55 -04:00
Paolo Melchiorre
fc18b51978 [1.11.x] Fixed typos in docs/topic/db/search.txt.
Backport of eac396a5d08a2c7424cd897b54360531dc0ceae5 from master
2017-04-08 07:26:29 -04:00
Simon Charette
f0bf4bd79c [1.11.x] Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link looks like.
Backport of 0ad7e8f71fbf75def0e48ef59adc2d56a6244b38 from master
2017-04-01 21:22:19 -04:00
heathervm
ff0c6b83e5 [1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
Backport of 7d1e23775344cc3dead03bd4af45f4fdf134b819 from master
2017-03-31 10:10:30 -04:00
Stefano Rivera
4b00657f24 [1.11.x] Removed unexpected initial attribute in data migration examples.
Inadvertently added in db97a8849519a3933bf4abd2184efd68ebc21965.
Backport of 899c42cc8e1820948f4091f815ce7890057c4a81 from master
2017-03-25 16:00:10 -04:00
Mariusz Felisiak
3b4947e7ba [1.11.x] Removed extra characters in docs header underlines.
Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master
2017-03-20 18:31:28 -04:00
David D Lowe
c7351eaa92 [1.11.x] Fixed #27911 -- Doc'd how to register custom User with admin.
Backport of 9269dec05efae5deb89912a5b9a98ae75acdfff9 from master
2017-03-08 12:15:22 -05:00
Camilo Nova
33d2c53fb1 [1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend.
Backport of 5db465d5a6c389b8f9c6e21f7233be9387dc069d from master
2017-03-07 19:54:23 -05:00
Tim Graham
4852276aba [1.11.x] Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context processors.
Thanks Aymeric Augustin and Carl Meyer.

Backport of dacdcec767ae23b4c7107bfe447d29a1c88af48c from master
2017-03-06 13:35:10 -05:00
Tim Graham
22eb15a18c [1.11.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs. 2017-02-24 16:15:36 -05:00
Robert Roskam
c091614450 [1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.
Thanks Reinout van Rees for contributing to the patch.

Backport of 98bcc5d81bca578f3a5b4d47907ba4ac40446887 from master
2017-02-11 09:02:30 -05:00
Tim Graham
ac7a186c34 [1.11.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 545a88fc162ab02f66812284af24a248deafbf5e from master
2017-02-08 12:34:37 -05:00
Tim Graham
035c3a71dd [1.11.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.
Backport of 27793431cf21a82809c0c39a7c0188a2d83bf475 from master
2017-02-07 14:15:31 -05:00
andrewnester
d9f2887645 [1.11.x] Fixed #27678 -- Warned that the template system isn't safe against untrusted authors.
Backport of d2e40dd8c2031cd03700e72d87d455d5e974800c from master
2017-01-27 11:29:55 -05:00
Arkadiusz Adamski
a15d81a183 [1.11.x] Removed unused imports in example migrations.
Backport of a76d12ceb437a68efb6a19a588fb29a7a0e5a5e2 from master
2017-01-21 07:42:10 -05:00
Ed Morley
d1eda9b4ad Refs #24109 -- Doc'd the elidable feature in squashing migrations docs. 2017-01-17 13:02:58 -05:00
André Cruz
e303739f8e Fixed outdated log level in docs/topics/logging.txt.
Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
2017-01-12 13:04:17 -05:00
M Somerville
56c87b51ab Fixed typo in docs/topics/db/managers.txt. 2017-01-11 18:31:11 -05:00
Tim Graham
991cd69621 Fixed #27711 -- Demoted "Installing a distribution-specific package" in install intro. 2017-01-10 09:29:23 -05:00
Maxime Lorant
241e1e3cd7 Removed SHOUTING in doc examples. 2017-01-09 17:00:44 -05:00
anabelensc
1c12df4aa6 Fixed #25912 -- Added binary left/right shift operators to F expressions.
Thanks Mariusz Felisiak for review and MySQL advice.
2017-01-03 14:15:46 -05:00
Tim Graham
432b25ace0 Removed nonexistent LogoutView context from docs. 2016-12-31 07:57:39 -05:00
Adam Chainz
5eff8a7783 Fixed #25415 -- Made DiscoverRunner run system checks. 2016-12-29 12:33:24 -05:00
Adam Chainz
755406f5ff Fixed #27641 -- Doc'd default local-memory caching in deployment checklist. 2016-12-28 19:43:01 -05:00
Tim Graham
e2d02c1fc9 Used a nontemporal example in QuerySet.bulk_create() in docs. 2016-12-27 09:59:07 -05:00
Adam Chainz
0a9bd266ff Documented url()'s 'regex' parameter. 2016-12-22 19:16:26 -05:00
Tim Graham
2f44fa7f06 Documented how to copy a OneToOneField.
Thanks Anton Gilgur for the report and review.
2016-12-17 08:39:52 -05:00
Tim Graham
8dac9890a5 Refs #25550 -- Removed a deprecated reverse assignment example in docs. 2016-12-17 08:39:52 -05:00
Ben Wilkins
9524fd9133 Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns(). 2016-12-15 10:30:14 -05:00
Tim Graham
d7e6b8febd Fixed typo in docs/topics/auth/customizing.txt. 2016-11-28 16:39:54 -05:00
Aymeric Augustin
cb7bbf97a7
Fixed #25966 -- Made get_user_model() work at import time.
This makes it equivalent to: `from django.contrib.auth.models import User`.

Thanks Aymeric Augustin for the initial patch and Tim Graham for the
review.
2016-11-25 14:15:49 +01:00
Daniel Musketa
df2a5227c9 Rephrased an ambiguous sentence in docs/topics/signals.txt. 2016-11-24 05:50:39 -05:00