| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-20 | [1.5.x] Documentation - Noted that OneToOneField doesn't respect unique. | Kevin Christopher Henry | |
| Added OneToOneField to the list of model fields for which the unique argument isn't valid. (OneToOneFields are inherently unique, and if the user supplies a value for unique it is ignored / overwritten.) | |||
| 2013-08-15 | [1.5.x] Fixed a rest mistake I introduced in d5ce2ff. | Aymeric Augustin | |
| Backport of 753edfa4b5 from master | |||
| 2013-08-15 | [1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code ↵ | Erik Romijn | |
| execution-warning Backport of d5ce2ff5e4 from master | |||
| 2013-08-14 | [1.5.x] Fixed link in 1.5.2 release notes | Tim Graham | |
| 2013-08-14 | [1.5.x] Added some doc links for django.contrib.messages | Tim Graham | |
| Backport of b6178fa24b from master | |||
| 2013-08-13 | Bump version post-release. | Jacob Kaplan-Moss | |
| 2013-08-13 | Added 1.4.6/1.5.2 release notes.1.5.2 | Tim Graham | |
| 2013-08-13 | Bumped version numbers for 1.5.2. | Jacob Kaplan-Moss | |
| 2013-08-13 | Apply autoescaping to AdminURLFieldWidget. | Jacob Kaplan-Moss | |
| This is a security fix; disclosure to follow shortly. | |||
| 2013-08-13 | Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S. | Jacob Kaplan-Moss | |
| This is a security fix; disclosure to follow shortly. | |||
| 2013-08-12 | [1.5.x] Added missing release notes for older versions of Django | Tim Graham | |
| Backport of 3f6cc33cff from master | |||
| 2013-08-10 | [1.5.x] Fixed #20890 -- Added missing import in class-based view docs. | Tim Graham | |
| Thanks André Augusto. Backport of ab680725bf from master | |||
| 2013-08-09 | [1.5.x] Fixed #20868 -- Added an email to django-announce as a security step. | Tim Graham | |
| Thanks garrison for the report. Backport of 5737c57d95 from master | |||
| 2013-08-08 | [1.5.x] Added an anchor for django.forms.Form.clean in docs | Tim Graham | |
| Backport of 8442268869 from master | |||
| 2013-08-08 | [1.5.x] Clarified meaning of models.User.is_authenticated() | Jaime Irurzun | |
| Backport of f96fe3cd1e from master | |||
| 2013-08-08 | [1.5.x] Added more on @cached_property, refs #20870 | Daniele Procida | |
| Backport of 7e6af9d40c from master | |||
| 2013-08-08 | [1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.x | Tim Graham | |
| 2013-08-08 | [1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_property | Daniele Procida | |
| Backport of 7a2296eb5b from master | |||
| 2013-08-06 | [1.5.x] Added section labels in cache docs | Leandro Regueiro | |
| Backport of 709cd2c4b7 from master | |||
| 2013-08-04 | [1.5.x] Fixed a small formatting issue. | Julien Phalip | |
| Backport 0b071ba7df7394b9 of from master. | |||
| 2013-08-04 | [1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.org | Tim Graham | |
| Backport of 1593a86494 from master | |||
| 2013-08-04 | [1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved ↵ | Daniele Procida | |
| prefetch_related() docs. Backport of e8183a8193 from master | |||
| 2013-08-04 | [1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context ↵ | Justin Michalicek | |
| params to django.contrib.auth views refs #5298 and refs #8342 Backport of 61ecb5f48a from master. | |||
| 2013-08-03 | [1.5.x] Added missing request argument to example in URL dispatcher docs | Alasdair Nicol | |
| Backport of a0c58113b9 from master | |||
| 2013-07-31 | [1.5.x] Added a bugfix in docutils 0.11 -- docs will now build properly. | Tim Graham | |
| Backport of a3a59a3197 from master | |||
| 2013-07-31 | [1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498. | SusanTan | |
| Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master | |||
| 2013-07-29 | [1.5.x] Fixed qs ordering related randomly failing test | Anssi Kääriäinen | |
| The failure wasn't present in 1.6+, so this is not a backpatch. | |||
| 2013-07-29 | [1.5.x] Misc doc cleanups. | minusf | |
| Backport of 70c080fcdb from master | |||
| 2013-07-29 | [1.5.x] Allowed overriding variables in docs/Makefile. | minusf | |
| Backport of c694e6220e from master | |||
| 2013-07-29 | [1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a ↵ | Jannis Leidel | |
| replacement for the contrib app. Backport from master. | |||
| 2013-07-28 | [1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt | Tim Graham | |
| Backport of 0b35a2cce3 from master | |||
| 2013-07-28 | [1.5.x] Removed comment from setup.cfg which broke newer wheel versions. | Florian Apolloner | |
| Backport of b5f709e6f4c67020bedb141b9b18c5cd1e05f829 from master. | |||
| 2013-07-28 | [1.5.x] Simplified smart_urlquote and added some basic tests. | Florian Apolloner | |
| Backport of b70c371fc1f18ea0c43b503122df3f311afc7105 from master. | |||
| 2013-07-27 | [1.5.x] assertEquals -> assertEqual | Tim Graham | |
| 2013-07-27 | [1.5.x] Optimisation in prefetch_related_objects | Luke Plant | |
| Backport of 17559e6eb0 from master | |||
| 2013-07-27 | [1.5.x] Fixed #19607 - prefetch_related crash | Luke Plant | |
| Thanks to av@rdf.ru and flarno11@yahoo.de for the report. Backport of 4fd94969d8 from master | |||
| 2013-07-25 | [1.5.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring. | Tim Graham | |
| Thanks bmispelon for the report. Backport of 9b88dd3809 from master | |||
| 2013-07-25 | [1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.pop | mark hellewell | |
| Thanks gcbirzan for the report. Backport of 8c9240222f from master | |||
| 2013-07-25 | [1.5.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs. | Brenton Cleeland | |
| Thanks simonb for the report. Backport of dab52d99fc from master | |||
| 2013-07-22 | [1.5.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap output | Claude Paroz | |
| Thanks Martyn Clement for the report and the initial patch. Backport of 27c1a7257 from master. | |||
| 2013-07-19 | [1.5.x] Updated the `databases` documentation | Matt Deacalion Stevens | |
| + Removed a reference about MySQL storage engines also being called 'table types', as this term has been deprecated for 8 years and is no longer used. + Fixed the link to the official InnoDB storage engine docs. + Apache (versions >= 2.4) will always choose a multi-threaded MPM module on modern operating systems (later than 2002). Backport of fa217d14a0 from master | |||
| 2013-07-19 | [1.5.x] Fixed Croatia's country code in `localflavor` docs | Matt Deacalion Stevens | |
| Backport of 97e5398629 from master | |||
| 2013-07-19 | [1.5.x] Fixed #20772 -- Fixed minor typo in form media docs. | Loic Bistuer | |
| Backport of aa41eb9b8b from master | |||
| 2013-07-18 | [1.5.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ↵ | Tim Graham | |
| ModelAdmin attribute. Backport of dce8945ea6 from master | |||
| 2013-07-18 | [1.5.x] Atom specification URL updated | Matt Deacalion Stevens | |
| Changed to the URL of the official RFC for Atom, since Atomenabled.org is just a holding page. Backport of beefc97171 from master | |||
| 2013-07-18 | [1.5.x] Fixed #20763 -- Typo in tutorial 3. | Tim Graham | |
| Thanks crichard@ for the report. Backport of fd95dc9e27 from master | |||
| 2013-07-17 | [1.5.x] Fixed #20756 -- Typo in uWSGI docs. | Tim Graham | |
| Backport of a3242dc9fe from master | |||
| 2013-07-16 | [1.5.x] Reworked docs for ModelForm validation. | Loic Bistuer | |
| Backport of fba6c2ede7 from master | |||
| 2013-07-15 | [1.5.x] Fixed some markup in docs/ref/templates/api.txt | Tim Graham | |
| Backport of 862a04a56d from master | |||
| 2013-07-14 | [1.5.x] Fixed grammatical error in auth docs | David Binetti | |
| Backport of 51b50c47c7 from master | |||
