| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-23 | [2.0.x] Linked to prefetch_related_objects func in DB optimization docs. | Luke Plant | |
| Backport of e283c1a from master | |||
| 2017-11-22 | [2.0.x] Fixed typo in docs/topics/forms/media.txt. | Hyunwoo Park | |
| Backport of 3f237c1a5b936a9b85304cffbf3343f491e395d6 from master | |||
| 2017-11-21 | [2.0.x] Clarified who the AdminEmailHandler emails. | Frédéric Massart | |
| Backport of a5f1e5809f26d93ea0c6010bb44895b3d1992089 from master | |||
| 2017-11-16 | [2.0.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt. | Tim Graham | |
| Backport of d392fc293c9439c19451e152f9560f24d1659563 from master | |||
| 2017-11-07 | [2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL ↵ | Tim Graham | |
| string is unsafe. Thanks Hynek Cernoch for the report and review. Backport of 327f0f37ce3c1e5ac3a19668add237ddd92266d6 from master | |||
| 2017-11-07 | [2.0.x] Fixed typo in docs/topics/db/aggregation.txt. | Tim Graham | |
| Backport of 00b93c2b1ecdda978f067309c6feafda633a7264 from master | |||
| 2017-11-01 | [2.0.x] Fixed #28745 -- Added first and last page links to paginator docs ↵ | Sam Morrow | |
| example. Backport of dcc0427c58df19863e260de13b7a86a3648d57e9 from master | |||
| 2017-11-01 | [2.0.x] Described how querysets are protected from SQL injection in more detail. | Tim Graham | |
| Backport of 6e8508734b070b30db9259b64bb748fb2a5a1bfb from master | |||
| 2017-11-01 | [2.0.x] Fixed #28741 -- Removed unnecessary leading dot from cross-domain ↵ | Tim Graham | |
| cookie examples. Backport of afd375fc343baa46e61036087bc43b3d096bb0ca from master | |||
| 2017-10-30 | [2.0.x] Fixed 'a'/'an' mix-ups in docs. | Ville Skyttä | |
| Backport of 617686e226231fe8ad3f2e49d3efabf6f5f434d3 from master | |||
| 2017-10-28 | [2.0.x] Fixed #28131 -- Corrected examples of using attribute lookups on the ↵ | Botond Beres | |
| "perms" template variable. Backport of 51d7feff872e74d5a53479f62163d5e0024b00ed from master | |||
| 2017-10-25 | [2.0.x] Fixed #28737 -- Clarified {% cache %} tag's handling of arguments. | Tim Graham | |
| Thanks Tom Aratyn for the report. Backport of 171c7cc863eafc2346aa84ffd1d540644539f1a4 from master | |||
| 2017-10-25 | [2.0.x] Suggested LoginView rather than @login_required as an alternative to ↵ | Tim Graham | |
| authenticate(). Backport of 3642c3758b3426292e02fe4669cc2d2028a9ac8c from master | |||
| 2017-10-13 | [2.0.x] Removed incorrect reference to ModelChoiceField in Field.choices docs. | LeeHanYeong | |
| Backport of 3ffbd54566f51e4ac3d90fc6be8b3ab56fc89b75 from master | |||
| 2017-09-29 | [2.0.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs. | Stefan Schneider | |
| Backport of 08c8c3ead97893ec0e1dece699525ad7ed27c2d7 from master | |||
| 2017-09-29 | [2.0.x] Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt. | Stefan Schneider | |
| Backport of 293df73fb67a56c0417af8c39f808f64bc03cbeb from master | |||
| 2017-09-25 | [2.0.x] Fixed #28627 -- Added slug converter to some path() examples in docs. | Christopher Schäpers | |
| Backport of 6da140724dba546d2f3aced1308e617747b0385c from master | |||
| 2017-09-21 | Refs #28595 -- Added a hook to add execute wrappers for database queries. | Shai Berger | |
| Thanks Adam Johnson, Carl Meyer, Anssi Kääriäinen, Mariusz Felisiak, Michael Manfre, and Tim Graham for discussion and review. | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-09-19 | Fixed typo in docs/topics/cache.txt. | tk | |
| 2017-09-08 | Removed obsolete doc references to javascript_catalog. | Samir Shah | |
| 2017-09-06 | Fixed #27318 -- Made cache.set_many() return the list of failed keys. | Olivier Tabone | |
| 2017-09-06 | Fixed #28032 -- Added Paginator.get_page(). | Sami J. Lehtinen | |
| Moved boilerplate from docs to a method. | |||
| 2017-09-04 | Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state. | Jonatas CD | |
| 2017-09-02 | Fixed #28332 -- Fixed diamond inheritence example in docs. | Jeremy Satterfield | |
| 2017-08-30 | Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs. | Jkrzy | |
| 2017-08-22 | Fixed #27931 -- Clarified the meaning of "django catch-all logger." | Kim DoHyeon | |
| 2017-08-22 | Added "test --keepdb" to testing speedup docs. | Harry Moreno | |
| 2017-08-21 | Fixed typo in documented number of logging filters. | Adrien Brunet | |
| 2017-08-12 | Fixed #27849 -- Added filtering support to aggregates. | Tom | |
| 2017-08-12 | Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle. | Mariusz Felisiak | |
| Thanks Shai Berger, Tim Graham and Aymeric Augustin for reviews and Renbi Yu for the initial patch. | |||
| 2017-08-11 | Fixed #28252 -- Corrected docs for default file extensions of makemessages. | Jonatas CD | |
| 2017-08-10 | Fixed #23766 -- Doc'd CursorWrapper.callproc(). | Mariusz Felisiak | |
| Thanks Tim Graham for the review. | |||
| 2017-07-26 | Fixed #28363 -- Allowed naming the migration generated by squashmigrations. | Melvyn Sopacua | |
| 2017-07-20 | Fixed #28377 -- Made combining form Media retain relative asset order. | Johannes Hoppe | |
| Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews. | |||
| 2017-07-18 | Removed unneeded right quotes in docs to fix spelling errors. | Tim Graham | |
| A regression in pyenchant caused a problem: https://github.com/rfk/pyenchant/issues/93 | |||
| 2017-07-11 | Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples. | Irindu Indeera | |
| 2017-07-06 | Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ↵ | Bruno Alla | |
| in as_view(). | |||
| 2017-07-04 | Added missing import in docs/topics/db/queries.txt. | Tushar Malik | |
| 2017-06-27 | Fixed #28046 -- Added the db_tablespace parameter to class-based indexes. | Mariusz Felisiak | |
| Thanks Markus Holtermann and Tim Graham for reviews. | |||
| 2017-06-26 | Refs #23919 -- Stopped inheriting from object to define new style classes. | Mariusz Felisiak | |
| Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f. | |||
| 2017-06-06 | Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs. | Tim Graham | |
| 2017-06-06 | Fixed #28104 -- Prevented condition decorator from setting ↵ | Josh Schneier | |
| ETag/Last-Modified headers for non-safe requests. | |||
| 2017-05-31 | Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing. | Matthias Erll | |
| 2017-05-25 | Fixed typo in docs/topics/testing/advanced.txt. | Dima Veselov | |
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-05-22 | Made docs/topics/migrations.txt use single quotes consistently. | Markus Amalthea Magnuson | |
| 2017-05-20 | Pointed Dive into Python links to python3 site | Michiel Beijen | |
| The old site handles python2, and is thus no longer relevant for Django. Also I pointed the search path links to the proper sections. | |||
| 2017-05-11 | Fixed #28148 -- Doc'd ImageField name validation concerns with the test client. | Riccardo Magliocchetti | |
| 2017-05-06 | Fixed #28089 -- Removed requirement to implement get_short_name() and ↵ | Josh Schneier | |
| get_full_name() in AbstractBaseUser subclasses. | |||
