| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-13 | Bumped version numbers for 1.6b2. | 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-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] Fixed #19918 -- Modified select_for_update to run on the write database. | Alex Cucu | |
| Backport of 1c64a0f29e from master | |||
| 2013-08-05 | [1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_form | Tim Heap | |
| Backport of 75c87e2d38 from master | |||
| 2013-08-04 | [1.6.x] Fixed backport error in previous commit; refs #15961 | Tim 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 #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-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 tests | Claude Paroz | |
| Backport of 4367c637d6 from master | |||
| 2013-08-02 | [1.6.x] Fixed #18777 -- Localized form fields with as_text/as_hidden | Aleksandra 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-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 shell | MinRK | |
| 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-28 | [1.6.x] Simplified smart_urlquote and added some basic tests. | Florian Apolloner | |
| Backport of b70c371fc1f18ea0c43b503122df3f311afc7105 from master. | |||
| 2013-07-26 | [1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin. | Tim Graham | |
| Thanks CollinAnderson for the report. Backport of 8676318d2d from master | |||
| 2013-07-26 | [1.6.x] Updated contrib.admin to use Email/URLInputs; refs #16630 | Tim Graham | |
| Backport of 2a979d2a7b from master | |||
| 2013-07-26 | [1.6.x] Fixed related model lookup regression | Anssi Kääriäinen | |
| It has been possible to use models of wrong type in related field lookups. For example pigs__in=[a_duck] has worked. Changes to ForeignObject broke that. It might be a good idea to restrict the model types usable in lookups. This should be done intentionally, not accidentally and without any consideration for deprecation path. Backpatch of 7cca8d56d28e321ffc395c92f82d97adaa0dcf94 from master. | |||
| 2013-07-25 | [1.6.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring. | Tim Graham | |
| Thanks bmispelon for the report. Backport of 9b88dd3809 from master | |||
| 2013-07-25 | [1.6.x] Fixed ._meta.pk_index() virtual field failure | Anssi Kääriäinen | |
| Backport of 92476e880c from master | |||
| 2013-07-23 | [1.6.x] Fixed #20791 -- Reworded ForeignKey default error message | ersran9 | |
| Backport of 311c1d2848 from master. | |||
| 2013-07-23 | [1.6.x] Fixed #20760 -- Reduced timing variation in ModelBackend. | Aymeric Augustin | |
| Thanks jpaglier and erikr. Backport of 5dbca13f3baa2e1bafd77e84a80ad6d8a074712e from master. | |||
| 2013-07-23 | [1.6.x] Fixed #19019 -- Fixed UserAdmin to log password change. | Kirill Fomichev | |
| Thanks Tuttle for the report. Backport of 33242fe015 from master | |||
| 2013-07-23 | [1.6.x] Minor change to get_extra_descriptor_filter() | Anssi Kääriäinen | |
| Refs #20611. Backpatch of 6b4967e88368934dbbb1f289c790ab813fa59c72. | |||
| 2013-07-22 | [1.6.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-22 | [1.6.x] Fixed #20781 -- Fixed _has_changed regression with MultiValueField | Claude Paroz | |
| Thanks Tim Graham for the report. Backport of 02b0106d from master. | |||
| 2013-07-21 | [1.6.x] Fixed an email validation regression | Claude Paroz | |
| Thanks Vincent Wagelaar for the report. Backport of 11b7b9ad from master. | |||
| 2013-07-21 | [1.6.x] Fixed #13696 -- ensured inline pk field is rendered | Karen Tracey | |
| Backport of 3aad955ea8db1592fad0012155eaa25b72e50dc5 from master. | |||
| 2013-07-19 | [1.6.x] Fixed #20765 -- Set small values of `step` using exponential notation. | Simon Charette | |
| Browsers parse small factors of 10 as 0 under decimal notation. Thanks to Trac alias matklad for the report and Claude Paroz for the review. Backport of 415a36947c from master. | |||
| 2013-07-18 | [1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs. | Loic Bistuer | |
| Thanks Collin Anderson for the report. Backport of 2fc6c9472c from master. | |||
| 2013-07-13 | [1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ↵ | Tim Graham | |
| down aliases Thanks simonpercivall. Backport of d9c580306c from master | |||
| 2013-07-13 | [1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translated | Claude Paroz | |
| Thanks Tim Graham for the review. Backport of 7557207983 from master. | |||
| 2013-07-12 | [1.6.x] Fixed backport of #20740 | Tim Graham | |
| 2013-07-12 | [1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to ↵ | Tim Graham | |
| formfield() Thanks Jeff250. Backport of f2cb94f1c0 from master | |||
| 2013-07-09 | [1.6.x] Fixed last_executed_query test failure on Oracle | Shai Berger | |
| Backport of c0a4894dca from master. | |||
| 2013-07-09 | [1.6.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3. | Tim Graham | |
| Backport of 3c736207a3 from master | |||
| 2013-07-09 | [1.6.x] Partial revert of commit 2bf403ecbd95 | Claude Paroz | |
| Homework: write 100 times geoapp is not geogapp. Backport of 57815e2630 from master. | |||
| 2013-07-08 | [1.6.x] Completed some more name_local names | Claude Paroz | |
| Backport of 9383e37a7. | |||
| 2013-07-08 | [1.6.x] Fixed #20716 --Missing 'name_local' translation | Mathias Andre | |
| Added 'name_local' translation for Albanian in LANG_INFO Backport of 8c18f6f61c8 from master. | |||
| 2013-07-07 | [1.6.x] Fixed #20711 -- Fixed broken link in timesince.py docstring | SusanTan | |
| Backport of d63327d843 from master. | |||
| 2013-07-05 | [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. Backport of 7442eb1a24 from master. | |||
| 2013-07-04 | [1.6.x] Fixed #19940 -- Made test.runner.setup_databases properly handle ↵ | Tim Graham | |
| aliases for default db. Thanks simonpercivall. Backport of 2cbd579efe from master. | |||
| 2013-07-04 | [1.6.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL. | Tim Graham | |
| Thanks littlepig for the report. Backport of f407f75aae from master. | |||
