Meysam
04965bf92d
[2.2.x] Fixed typo in docs/topics/db/models.txt.
...
Backport of 833878411c35e1d47abfb77c23863a9dc9bb6d27 from master
2019-06-24 09:05:15 +02:00
Joachim Jablon
26c1214364
[2.2.x] Fixed an example of email with display name in EmailMessage.from_email.
...
Backport of 0c2ffdd526ff0f0015628821c77fbee15960eaef from master
2019-06-13 18:00:28 +02:00
Mariusz Felisiak
430f7e9dac
[2.2.x] Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
...
Backport of 5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25 from master
2019-06-10 16:57:50 +02:00
swatantra
6dca336167
[2.2.x] Fixed #30553 -- Clarified the default value of disable_existing_loggers.
...
Backport of 03cd3d137e2c29484b020b9768a4741f1096be97 from master
2019-06-10 15:18:40 +02:00
Caio Ariede
d6d65c1e87
[2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrations.
...
Backport of 5248abe9b0425c1fc989c60a55860cdb4d135bcf from master
2019-06-04 14:57:08 +02:00
Mariusz Felisiak
853586ee2c
[2.2.x] Doc'd that extra_email_context can be used to override default template context values in PasswordResetView.
...
Backport of 8bdc7a6778ab3849c31ec77a997d07676f210419 from master
2019-05-27 12:26:41 +02:00
Shashank Parekh
86904c1850
[2.2.x] Fixed #30504 -- Corrected redirect() signature in docs.
...
Backport of 8000767769ac37ec7f73eb9fcc4b3fc7399a5808 from master
2019-05-24 08:27:10 +02:00
Caio Ariede
2f0dcd8238
[2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declaration and comments.
...
Backport of 4fb9e7b057507dda1bccd969871ae350f6c68fef from master
2019-05-24 08:24:04 +02:00
Akshesh
efb906cbe4
[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in optimization docs.
...
Backport of 888fdf182e164fa4b24aa82fa833c90a2b9bee7a from master
2019-05-22 07:55:31 +02:00
Jon Dufresne
ed221f7c97
[2.2.x] Changed docs to link to Python's description of iterable.
...
Backport of e86cc14bd36734d81c4e490a2453778e33b95a45 from master
2019-05-17 17:27:57 +02:00
Tobias Kunze
85b698449f
[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.
...
Backport of a309821c973cf3bcfe817bb71163fcccc461cec1 from master
2019-05-17 12:49:19 +02:00
Jon Dufresne
08c8838727
[2.2.x] Changed tuple choices to list in docs.
...
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
2019-05-15 14:41:01 +02:00
Ahisahar Pretel
f6febbc078
[2.2.x] Fixed #30316 -- Added source code link to the default logging configuration in logging docs.
...
Backport of 717362d810955b9514e2ccd989f8a1647c9d7a00 from master
2019-05-15 12:37:21 +02:00
Jonatas C. Damasceno
72fe36c246
[2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence.
...
Backport of 8aad3321ed6f0b603361767a4fe00d046b5fdd34 from master
2019-05-14 06:47:14 +02:00
Tobias Kunze
54fcdf168a
[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.
...
Backport of eb16c7260e573ec513d84cb586d96bdf508f3173 from master
2019-04-30 09:49:38 +02:00
Luke Plant
46416554f3
[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.
...
Backport of 0c916255eb4d94e06e123fafec93efdba45b1259 from master
2019-04-24 10:33:05 +02:00
Tobias Kunze
b51842af26
[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape translations.
...
Backport of 7d49ad76562e8c0597a0eb66046ab423b12888d8 from master
2019-04-16 10:47:32 +02:00
Tobias Kunze
c0dc49a772
[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.
...
Backport of d610521bffe9d44a070ebe3a719b474aff6d3d1e from master
2019-04-16 09:26:44 +02:00
Daniel Musketa
f5c1d02f13
[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.
...
Backport of ba726067604ce5a8ca3919edf653496722b433ab from master
2019-04-13 12:36:12 +02:00
Nick Pope
5237da3416
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
...
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
2019-03-29 21:50:28 -04:00
Tim Graham
2fb602f581
[2.2.x] Used extlinks for Django's source code.
...
Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master.
2019-03-28 20:39:38 -04:00
alexanderblnf
14240e491e
[2.2.x] Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
...
Backport of 406de977ea1a6429535d21240e3ecdac06d4516c from master.
2019-03-12 13:33:52 -04:00
Samuel Gaist
3e565b50a9
[2.2.x] Doc'd the use of --noinput for test database handling.
...
Backport of 75840688f94c022cd2a62143149a30e6d2db8496 from master.
2019-03-05 21:10:21 -05:00
Tobias Bengfort
18211d0a4d
[2.2.x] Clarified permission-related docs.
...
Backport of 632d4861ddb99a2c9d11642fcfa4ad542b427d6b from master
2019-02-28 15:28:56 +01:00
Tim Graham
8205116a79
[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.
...
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
2019-02-25 14:57:12 -05:00
Mariusz Felisiak
9278acfd12
[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.
...
Backport of edec11ce86a1a0d9e4c5a2a0df6acaf655041c24 from master
2019-02-16 07:58:55 +01:00
Dan Davis
5e94c817ee
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
...
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654 )
to avoid a crash when the user shell doesn't support non-ASCII characters.
Backport of 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac from master.
2019-02-13 14:00:53 -05:00
Jonatan Alexis Anauati
d2f942737c
[2.2.x] Fixed indentation in docs/topics/templates.txt.
...
Backport of 85ada61ac492ec6031db813463f4ea6820fee20b from master.
2019-02-11 16:52:41 -05:00
Mariusz Felisiak
d03e5961aa
[2.2.x] Removed extra characters in docs header underlines.
...
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
2019-02-08 21:39:54 +01:00
Daniel Roseman
a3ce94e96e
[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.
...
Backport of 6da28d5edfaee1858c8f7ae603a717aaa05e15cf from master.
2019-01-31 18:02:13 -05:00
Tim Graham
e8cb0dcc19
[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations depending on apps with migrations.
...
The addition of self.connection.check_constraints() in
7289874adceec46b5367ec3157cdd10c711253a0 is the cause.
Backport of fcfb7306586184f08c7f75c174f95b54a212320d from master.
2019-01-28 10:30:36 -05:00
Arthur Rio
181fb60159
Fixed #11154 , #22270 -- Made proxy model permissions use correct content type.
...
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
2019-01-16 10:07:28 -05:00
Collin Anderson
769355c765
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
2019-01-15 11:12:17 -05:00
David Beitey
885cb0d390
Fixed "lets" mistakes in docs.
2019-01-14 20:32:19 -05:00
can
7d3b3897c1
Refs #29738 -- Allowed registering serializers with MigrationWriter.
2019-01-11 18:13:16 -05:00
Simon Charette
41e73de39d
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
...
SimpleTestCase.databases makes it possible to determine the set of
databases required to run the discovered tests.
2019-01-10 19:11:21 -05:00
Simon Charette
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
2019-01-10 19:11:21 -05:00
Matt Wiens
e817ae74da
Followed style guide for model attribute ordering.
2018-12-27 19:34:14 -05:00
Vedran Karačić
293db9eb36
Updated OWASP Top 10 link to the latest version.
2018-12-27 09:23:40 -05:00
CHI Cheng
b7dbd5ff68
Fixed broken links to PyYAML page.
2018-12-27 10:48:37 +01:00
François Freitag
e671337e8b
Fixed #29750 -- Added View.setup() hook for class-based views.
2018-12-21 19:01:11 -05:00
Carlton Gibson
a394289b58
Fixed #30036 -- Removed unused imports in pagination example.
2018-12-12 18:49:47 +01:00
raratiru
793a71b7be
Fixed #29991 -- Doc'd logger propogation for the default logging config.
2018-11-29 16:59:43 -05:00
Damian Dimmich
133e79399a
Updated docs for fast column creation with defaults in PostgreSQL 11.
2018-11-26 09:51:29 -05:00
andreage
78fc64578a
Fixed typo in docs/topics/i18n/translation.txt.
2018-11-23 10:11:51 +01:00
Prabakaran Kumaresshan
8250538bfc
Fixed #29864 -- Added link targets for low-level cache API.
2018-11-15 17:32:41 -05:00
François Freitag
9b15ff08ba
Used auto-numbered lists in documentation.
2018-11-15 13:54:28 -05:00
Katie McLaughlin
9886dffdf4
Fixed #29940 -- Recommended using the ORM rather than raw SQL.
2018-11-13 18:15:24 -05:00
Tobias Bengfort
b1243a55a5
Doc'd PermissionsMixin's usage of User.is_active and is_superuser.
2018-11-12 10:44:22 -05:00
Mads Jensen
961f8e9985
Updated some links to https and new locations.
2018-11-10 17:40:50 -05:00