| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-29 | [2.2.x] Fixed #30656 -- Added QuerySet.bulk_update() to the database ↵ | daniel a rios | |
| optimization docs. Backport of 68aeb9016084290aac4f82860e17a9f4e941676e from master | |||
| 2019-07-29 | [2.2.x] Refs #30656 -- Reorganized bulk methods in the database optimization ↵ | daniel a rios | |
| docs. Backport of fe33fdc049df75f9dd8e2eecc8c94aefc0132cb8 from master | |||
| 2019-07-23 | [2.2.x] Fixed typo in docs/topics/http/sessions.txt. | terminator14 | |
| Backport of 8323691de0ba120dbdc8055063574df2b0c0afa4 from master | |||
| 2019-07-18 | [2.2.x] Fixed #30648 -- Removed unnecessary overriding get_context_data() ↵ | Davit Gachechiladze | |
| from mixins with CBVs docs. Backport of 7f612eda80db1c1c8e502aced54c2062080eae46 from master | |||
| 2019-07-04 | [2.2.x] Fixed #30600 -- Clarified that ValueError raised by ↵ | sp1rs | |
| converter.to_python() means no match. Backport of f197c3dd9130b18397022605c27ffe5755f329d7 from master | |||
| 2019-07-04 | [2.2.x] Fixed #28667 -- Clarified how to override list of forms fields for ↵ | swatantra | |
| custom UserAdmin with a custom user model. Backport of c13e3715f5f46f2ee4ddba357e2589a45e831813 from master | |||
| 2019-06-24 | [2.2.x] Fixed typo in docs/topics/db/models.txt. | Meysam | |
| Backport of 833878411c35e1d47abfb77c23863a9dc9bb6d27 from master | |||
| 2019-06-13 | [2.2.x] Fixed an example of email with display name in EmailMessage.from_email. | Joachim Jablon | |
| Backport of 0c2ffdd526ff0f0015628821c77fbee15960eaef from master | |||
| 2019-06-10 | [2.2.x] Removed redundant object descriptions to prevent warnings with ↵ | Mariusz Felisiak | |
| Sphinx 2.1.0. Backport of 5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25 from master | |||
| 2019-06-10 | [2.2.x] Fixed #30553 -- Clarified the default value of disable_existing_loggers. | swatantra | |
| Backport of 03cd3d137e2c29484b020b9768a4741f1096be97 from master | |||
| 2019-06-04 | [2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices ↵ | Caio Ariede | |
| affect migrations. Backport of 5248abe9b0425c1fc989c60a55860cdb4d135bcf from master | |||
| 2019-05-27 | [2.2.x] Doc'd that extra_email_context can be used to override default ↵ | Mariusz Felisiak | |
| template context values in PasswordResetView. Backport of 8bdc7a6778ab3849c31ec77a997d07676f210419 from master | |||
| 2019-05-24 | [2.2.x] Fixed #30504 -- Corrected redirect() signature in docs. | Shashank Parekh | |
| Backport of 8000767769ac37ec7f73eb9fcc4b3fc7399a5808 from master | |||
| 2019-05-24 | [2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML ↵ | Caio Ariede | |
| declaration and comments. Backport of 4fb9e7b057507dda1bccd969871ae350f6c68fef from master | |||
| 2019-05-22 | [2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in ↵ | Akshesh | |
| optimization docs. Backport of 888fdf182e164fa4b24aa82fa833c90a2b9bee7a from master | |||
| 2019-05-17 | [2.2.x] Changed docs to link to Python's description of iterable. | Jon Dufresne | |
| Backport of e86cc14bd36734d81c4e490a2453778e33b95a45 from master | |||
| 2019-05-17 | [2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets. | Tobias Kunze | |
| Backport of a309821c973cf3bcfe817bb71163fcccc461cec1 from master | |||
| 2019-05-15 | [2.2.x] Changed tuple choices to list in docs. | Jon Dufresne | |
| Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master | |||
| 2019-05-15 | [2.2.x] Fixed #30316 -- Added source code link to the default logging ↵ | Ahisahar Pretel | |
| configuration in logging docs. Backport of 717362d810955b9514e2ccd989f8a1647c9d7a00 from master | |||
| 2019-05-14 | [2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence. | Jonatas C. Damasceno | |
| Backport of 8aad3321ed6f0b603361767a4fe00d046b5fdd34 from master | |||
| 2019-04-30 | [2.2.x] Fixed #20629 -- Rephrased custom user models admonition. | Tobias Kunze | |
| Backport of eb16c7260e573ec513d84cb586d96bdf508f3173 from master | |||
| 2019-04-24 | [2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs. | Luke Plant | |
| Backport of 0c916255eb4d94e06e123fafec93efdba45b1259 from master | |||
| 2019-04-16 | [2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape ↵ | Tobias Kunze | |
| translations. Backport of 7d49ad76562e8c0597a0eb66046ab423b12888d8 from master | |||
| 2019-04-16 | [2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs. | Tobias Kunze | |
| Backport of d610521bffe9d44a070ebe3a719b474aff6d3d1e from master | |||
| 2019-04-13 | [2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt. | Daniel Musketa | |
| Backport of ba726067604ce5a8ca3919edf653496722b433ab from master | |||
| 2019-03-29 | [2.2.x] Removed unnecessary /static from links to PostgreSQL docs. | Nick Pope | |
| Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master. | |||
| 2019-03-28 | [2.2.x] Used extlinks for Django's source code. | Tim Graham | |
| Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master. | |||
| 2019-03-12 | [2.2.x] Fixed #30161 -- Added how to decorate class-based views to view ↵ | alexanderblnf | |
| decorators docs. Backport of 406de977ea1a6429535d21240e3ecdac06d4516c from master. | |||
| 2019-03-05 | [2.2.x] Doc'd the use of --noinput for test database handling. | Samuel Gaist | |
| Backport of 75840688f94c022cd2a62143149a30e6d2db8496 from master. | |||
| 2019-02-28 | [2.2.x] Clarified permission-related docs. | Tobias Bengfort | |
| Backport of 632d4861ddb99a2c9d11642fcfa4ad542b427d6b from master | |||
| 2019-02-25 | [2.2.x] Refs #29683 -- Updated multi-db docs for view permission. | Tim Graham | |
| Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master | |||
| 2019-02-16 | [2.2.x] Fixed #30187 -- Moved "install Django" command to a console box. | Mariusz Felisiak | |
| Backport of edec11ce86a1a0d9e4c5a2a0df6acaf655041c24 from master | |||
| 2019-02-13 | [2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings. | Dan Davis | |
| 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-11 | [2.2.x] Fixed indentation in docs/topics/templates.txt. | Jonatan Alexis Anauati | |
| Backport of 85ada61ac492ec6031db813463f4ea6820fee20b from master. | |||
| 2019-02-08 | [2.2.x] Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master | |||
| 2019-01-31 | [2.2.x] Used LoginRequiredMixin in "Models and request.user" example. | Daniel Roseman | |
| Backport of 6da28d5edfaee1858c8f7ae603a717aaa05e15cf from master. | |||
| 2019-01-28 | [2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations ↵ | Tim Graham | |
| depending on apps with migrations. The addition of self.connection.check_constraints() in 7289874adceec46b5367ec3157cdd10c711253a0 is the cause. Backport of fcfb7306586184f08c7f75c174f95b54a212320d from master. | |||
| 2019-01-16 | Fixed #11154, #22270 -- Made proxy model permissions use correct content type. | Arthur Rio | |
| Co-Authored-By: Simon Charette <charette.s@gmail.com> Co-Authored-By: Antoine Catton <acatton@fusionbox.com> | |||
| 2019-01-15 | Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a ↵ | Collin Anderson | |
| through model. | |||
| 2019-01-14 | Fixed "lets" mistakes in docs. | David Beitey | |
| 2019-01-11 | Refs #29738 -- Allowed registering serializers with MigrationWriter. | can | |
| 2019-01-10 | Fixed #28478 -- Make DiscoverRunner skip creating unused test databases. | Simon Charette | |
| SimpleTestCase.databases makes it possible to determine the set of databases required to run the discovered tests. | |||
| 2019-01-10 | Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in ↵ | Simon Charette | |
| favor of databases. | |||
| 2018-12-27 | Followed style guide for model attribute ordering. | Matt Wiens | |
| 2018-12-27 | Updated OWASP Top 10 link to the latest version. | Vedran Karačić | |
| 2018-12-27 | Fixed broken links to PyYAML page. | CHI Cheng | |
| 2018-12-21 | Fixed #29750 -- Added View.setup() hook for class-based views. | François Freitag | |
| 2018-12-12 | Fixed #30036 -- Removed unused imports in pagination example. | Carlton Gibson | |
| 2018-11-29 | Fixed #29991 -- Doc'd logger propogation for the default logging config. | raratiru | |
| 2018-11-26 | Updated docs for fast column creation with defaults in PostgreSQL 11. | Damian Dimmich | |
