summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-13Added 1.4.6/1.5.2 release notes.1.6b2Tim Graham
2013-08-13Bumped version numbers for 1.6b2.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.6.x] Added missing release notes for older versions of DjangoTim Graham
Backport of 3f6cc33cff from master
2013-08-10[1.6.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.6.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.6.x] Added an anchor for django.forms.Form.clean in docsTim Graham
Backport of 8442268869 from master
2013-08-08[1.6.x] Clarifed meaning of models.User.is_authenticated()Jaime Irurzun
Backport of f96fe3cd1e from master
2013-08-08[1.6.x] Added more on @cached_property, refs #20870Daniele Procida
Backport of 7e6af9d40c from master
2013-08-08[1.6.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
Backport of 7a2296eb5b from master
2013-08-08[1.6.x] Added note to GenericIPAddressField documentationChristopher Medrela
refs #20484 Backport of fb26c4996a from master
2013-08-06[1.6.x] Fixed #20865 -- Fixed raw_id_fields to work with callable ↵Collin Anderson
limit_choices_to. Backport of d53e574676 from master
2013-08-06[1.6.x] Added section labels in cache docsLeandro Regueiro
Backport of 709cd2c4b7 from master
2013-08-06[1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database.Alex Cucu
Backport of 1c64a0f29e from master
2013-08-06[1.6.x] Fixed ordering related test failureAnssi Kääriäinen
Also PEP8 + python_2_unicode_compatible cleanup done. Backport of 263b873599 from master
2013-08-05[1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_formTim Heap
Backport of 75c87e2d38 from master
2013-08-05[1.6.x] Fixed #20859 - Clarified Model.clean() example.Jimmy Song
Backport of 94d7fed775 from master
2013-08-05[1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham
Thanks Keryn Knight. Backport of 26c4bd38ac from master
2013-08-04[1.6.x] Fixed a small formatting issue.Julien Phalip
Backport 0b071ba7df7394b9 of from master.
2013-08-04[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option ↵Julien Phalip
for `makemessages`. Refs #17008. Backport of 28d3b33c04cc2 from master.
2013-08-04[1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
Backport of 1593a86494 from master
2013-08-04[1.6.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.6.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-04[1.6.x] Fixed backport error in previous commit; refs #15961Tim Graham
2013-08-04[1.6.x] Moved get_search_results from BaseModelAdmin to ModelAdmin.Loic Bistuer
Refs #15961. Backport of 470a9bb22d from master.
2013-08-04[1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham
Thanks AtomicSpark. Backport of b278f7478d from master
2013-08-04[1.6.x] Fixed #20822 -- Set content type of default error pages to 'text/html'.Aymeric Augustin
Thanks Jimmy Song for the patch. Backport of 7843775 from master.
2013-08-03[1.6.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
Backport of a0c58113b9 from master
2013-08-02[1.6.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in ↵Tim Graham
contrib.auth Thanks Collin Anderson for the report. Backport of 425d076d0c from master
2013-08-02[1.6.x] Fixed LogEntry.get_admin_url() for non-existent models.Petr Dlouhý
Regression introduced by [369b6fa]; refs #18169. Backport of 1b47508ac8 from master
2013-08-02[1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer ↵Loic Bistuer
bypasses get_fieldsets(). Refs 23e1b59 which already fixed this issue for ModelAdmin and InlineModelAdmin. Backport of a0ed2f9260 from master
2013-08-02[1.6.x] Fixed #20838 -- Fixed Geodjango spatialrefsys test failure with ↵Harm Geerts
postgis-2.0.3 Backport of fd0d486467 from master
2013-08-02[1.6.x] Tweaked proj string regex in gis testsClaude Paroz
Backport of 4367c637d6 from master
2013-08-02[1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txtDominic Rodger
Thanks Daniele Procida for the suggestion and edits. Backport of 920b242e30 from master
2013-08-02[1.6.x] Fixed #18777 -- Localized form fields with as_text/as_hiddenAleksandra Sendecka
Thanks croldan for the report. Backport of 893d8de6f5 from master
2013-08-02[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.Tim Graham
Thanks thibaultj for the report, jenh for the patch, and charettes for the tests. Backport of aa830009de from master
2013-08-01[1.6.x] Removed unused model option "admin"Tim Graham
Backport of 5df84b268d from master
2013-07-31[1.6.x] Added a bugfix in docutils 0.11 -- docs will now build properly.Tim Graham
Backport of a3a59a3197 from master
2013-07-31[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master
2013-07-30[1.6.x] Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.Baptiste Mispelon
Thanks liangent for the report. Backport of 3c45fb8589 from master
2013-07-30[1.6.x] Added support for IPython.start_ipython in shellMinRK
IPython 1.0 introduces an actual stable public API function for starting a normal (non-embedded) IPython session. This is an official public API, which is promised to survive implementation changes.
2013-07-30[1.6.x] Fixed a test that could fail depending on PASSWORD_HASHERS.Aymeric Augustin
Thanks Claude. Refs #20760. Backport of 5b47a9c5a0dcb513dc5ff68b617b3aa374c90f3b from master.
2013-07-30[1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator ↵Shai Berger
detection The code that tests to see which LIKE expressions to use now runs using non-error-wrapped cursor, so cx_Oracle exceptions need to be caught rather than Django DatabaseErrors. Thanks Trac user ludo for report and initial patch.
2013-07-29[1.6.x] Fixed #20823 -- Typo in docs/ref/forms/validation.txtTim Graham
Backport of 05ea5a2139 from master
2013-07-29[1.6.x] Misc doc cleanups.minusf
Backport of 70c080fcdb from master
2013-07-29[1.6.x] Allowed overriding variables in docs/Makefile.minusf
Backport of c694e6220e from master
2013-07-29[1.6.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.6.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
Backport of 0b35a2cce3 from master
2013-07-28[1.6.x] Simplified smart_urlquote and added some basic tests.Florian Apolloner
Backport of b70c371fc1f18ea0c43b503122df3f311afc7105 from master.