| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-18 | Moved IgnorePendingDeprecationWarningsMixin in django.test.utils. | Aymeric Augustin | |
| This mixin is useful whenever deprecating a large part of Django. | |||
| 2013-05-18 | Fixed #19436 -- Don't log warnings in ensure_csrf_cookie. | Olivier Sels | |
| 2013-05-18 | Merge pull request #1113 from denibertovic/master | Aymeric Augustin | |
| Fixed #18761 -- Added whitespace stripping to URLField and SlugField. | |||
| 2013-05-18 | Added stripping of whitespace for SlugField and URLField | Deni Bertovic | |
| 2013-05-18 | Slightly reworked imports in contrib.auth.__init__ | Claude Paroz | |
| 2013-05-18 | Fixed #18998 - Prevented session crash when auth backend removed | Jorge Bastida | |
| Removing a backend configured in AUTHENTICATION_BACKENDS should not raise an exception for existing sessions, but should make already logged-in users disconnect. Thanks Bradley Ayers for the report. | |||
| 2013-05-18 | Fixed #9595 -- Allow non-expiring cache timeouts. | Jacob Burch | |
| Also, streamline the use of 0 and None between cache backends. | |||
| 2013-05-18 | Merge pull request #1101 from erikr/master | Florian Apolloner | |
| Fixed argument order for localized_fields to ensure backwards compatibility | |||
| 2013-05-18 | Fixed argument order for localized_fields to ensure backwards compatibility | Erik Romijn | |
| 2013-05-18 | Fixes #19919: get_language_from_request() disregards "en-us" and "en" languages | Łukasz Langa | |
| when matching Accept-Language | |||
| 2013-05-18 | Merge pull request #1084 from erikr/master | Florian Apolloner | |
| Fixed #13546 -- Easier handling of localize field options in ModelForm | |||
| 2013-05-18 | Merge pull request #1083 from Markush2010/ticket20235 | Marc Tamlyn | |
| Fixes #20235 - MultipleObjectMixin requires object_list in kwargs | |||
| 2013-05-18 | Fixed #13546 -- Easier handling of localize field options in ModelForm | Erik Romijn | |
| 2013-05-18 | Fixed #20235 -- Use self.object_list if object_list not present in ↵ | Matthew Somerville | |
| get_context_data kwargs. This is so MultipleObjectMixin can be used in the same way as SingleObjectMixin. | |||
| 2013-05-18 | Split up test and make the State classes a bit better. | Andrew Godwin | |
| 2013-05-18 | Add a deconstruct() method to Fields. | Andrew Godwin | |
| This allows the field's initial argument to be obtained so it can be serialised to, and re-created from, a textual format. | |||
| 2013-05-18 | Fixed #11160 - Ensure full_clean is called from non_form_errors | Senko Rasic | |
| Updated FormSet.non_form_errors() to ensure full_clean() has been called before returning the errors. | |||
| 2013-05-18 | Merge pull request #1090 from zyegfryed/ticket_20433 | Aymeric Augustin | |
| Fixed #20433: extracted catalog compilation code from view. | |||
| 2013-05-18 | Fixed #20433: Extract catalog compilation code from javascript_catalog view. | zyegfryed | |
| 2013-05-18 | Fixed #20386 - Introspection problem on Oracle | Shai Berger | |
| Made introspection always return a unicode as column name on Oracle. Thanks aaugustin for review and suggestion to use force_text(). | |||
| 2013-05-18 | Fixed #20432 -- Test failure in admin_views. | Jacob Burch | |
| The failure was triggered by a cache leak. | |||
| 2013-05-18 | Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-ascii | Claude Paroz | |
| Thanks srusskih for the report and Aymeric Augustin for the review. | |||
| 2013-05-18 | Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks. | Florian Apolloner | |
| Thanks to edevil for the report and saz for the patch. | |||
| 2013-05-18 | More conversion to a ContextManager schema_editor | Andrew Godwin | |
| 2013-05-18 | Turn SchemaEditor into a context manager | Andrew Godwin | |
| 2013-05-18 | Fixed #20422 -- Applied makemessage's --ignore patterns to full path | Baptiste Mispelon | |
| Fix makemessage's --ignore patterns being applied to the full path instead of the file name. Thanks to nnseva for the report and the original patch. | |||
| 2013-05-18 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| 2013-05-17 | Corrected documentation on the constructor arguments of MultiPartParser | Eric Urban | |
| 2013-05-17 | Fixed #20427 -- Moved a variable initialization in storage.py | Claude Paroz | |
| This is fixing commit 4e70ad11d2. Thanks mattias at elements.nl for the report and Baptiste Mispelon for identifying the faulty commit. | |||
| 2013-05-17 | Replaced an antiquated pattern. | Aymeric Augustin | |
| Thanks Lennart Regebro for pointing it out. | |||
| 2013-05-17 | Remove unnecessary and problematic parent class from SuccessMessageMixin | Preston Holmes | |
| refs #16319, thanks to bmispelon for the catch | |||
| 2013-05-17 | Fixed #5472 --Added OpenLayers-based widgets in contrib.gis | Claude Paroz | |
| Largely inspired from django-floppyforms. Designed to not depend on OpenLayers at code level. | |||
| 2013-05-16 | Fixed #20357 -- Allow empty username field label in `AuthentificationForm`. | Mark Huang | |
| 2013-05-16 | Fixed misleading heading on admindocs models page; refs #19712. | Tim Graham | |
| 2013-05-16 | Fixed #20415 -- Ensured srid is not localized in openlayers template | Claude Paroz | |
| Thanks pierremarc07 at gmail.com for the report. | |||
| 2013-05-15 | Fix bug introduced in contrib.gis in 74f3884ae0 | Mike Fogel | |
| 2013-05-15 | Fixed #20413 - Respect Query.get_meta() | Mike Fogel | |
| 2013-05-15 | Fixed previous commit. (Don't commit from DjangCon!) | Florian Apolloner | |
| 2013-05-15 | Don't unregister OSMGeoAdmin, other tests rely on it. | Florian Apolloner | |
| 2013-05-15 | Removed unicode literals from PIL compat. | Florian Apolloner | |
| 2013-05-14 | Fixed #19934 - Use of Pillow is now preferred over PIL. | Daniel Lindsley | |
| This starts the deprecation period for PIL (support to end in 1.8). | |||
| 2013-05-13 | Recommend using the bcrypt library instead of py-bcrypt | Donald Stufft | |
| * py-bcrypt has not been updated in some time * py-bcrypt does not support Python3 * py3k-bcrypt, a port of py-bcrypt to python3 is not compatible with Django * bcrypt is supported on all versions of Python that Django supports | |||
| 2013-05-11 | Fixed #20136 - Fixed and expanded the docs for loaddata and model signals. | Tim Graham | |
| Thanks brandon@ and Anssi for the report. | |||
| 2013-05-11 | Fixed embarrassing typo. | Florian Apolloner | |
| 2013-05-11 | Don't hardcode primary keys in gis tests. | Florian Apolloner | |
| 2013-05-11 | Merge pull request #1052 from dstufft/bcrypt-python3 | Donald Stufft | |
| BCrypt on Python3 | |||
| 2013-05-11 | Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506. | Florian Apolloner | |
| Excluded postgis specific gis tests from other spatial databases. Refs #17365, #17366, #18727. | |||
| 2013-05-11 | Properly force bytes or str for bcrypt on Python3 | Donald Stufft | |
| 2013-05-10 | Fixed #17365, #17366, #18727 -- Switched to discovery test runner. | Carl Meyer | |
| Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670. | |||
| 2013-05-10 | Make a start on operations and state (not sure if final layout) | Andrew Godwin | |
