summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-13Added 1.4.6/1.5.2 release notes.1.5.2Tim Graham
2013-08-13Bumped version numbers for 1.5.2.Jacob Kaplan-Moss
2013-08-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
This is a security fix; disclosure to follow shortly.
2013-08-13Fixed 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 DjangoTim 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 docsTim 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 #20870Daniele Procida
Backport of 7e6af9d40c from master
2013-08-08[1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.xTim Graham
2013-08-08[1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
Backport of 7a2296eb5b from master
2013-08-06[1.5.x] Added section labels in cache docsLeandro 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.orgTim 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 docsAlasdair 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 testAnssi 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.txtTim 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 -> assertEqualTim Graham
2013-07-27[1.5.x] Optimisation in prefetch_related_objectsLuke Plant
Backport of 17559e6eb0 from master
2013-07-27[1.5.x] Fixed #19607 - prefetch_related crashLuke 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.popmark 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 outputClaude 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` documentationMatt 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` docsMatt 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 updatedMatt 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.txtTim Graham
Backport of 862a04a56d from master
2013-07-14[1.5.x] Fixed grammatical error in auth docsDavid Binetti
Backport of 51b50c47c7 from master
2013-07-13[1.5.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ↵Tim Graham
down aliases Thanks simonpercivall. Backport of d9c580306c from master
2013-07-12[1.5.x] Fixed #17528 -- Documented that add() and remove() with a ↵Tim Graham
many-to-many relationship do not call Model.save() Backport of 3cdeb572d7 from master
2013-07-12[1.5.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
Backport of ac223ff6d1 from master
2013-07-11[1.5.x] Fixed #20053 -- Fixed `index_together` documentationJohan Charpentier
Backport of 186bff47 from master
2013-07-11[1.5.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
Thanks glarrain for the report. Backport of 684a606a4e from master
2013-07-10[1.5.x] Fixed #20075 -- Fixed session test fail when using a cache other ↵Mathijs de Bruin
than LocMemCache. As override_settings was used after the initialization of the session backend, we need to use a new session backend here. Backport of 8c1cc4b3b0 from master