| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-18 | Merge pull request #1128 from erikr/improve-smallint-docs | Tim Graham | |
| Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small' | |||
| 2013-05-18 | Fixed #20335 - Documented the {% language %} template tag. | Tim Graham | |
| Thanks bmispelon for the suggestion and djangsters for the patch. | |||
| 2013-05-18 | Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small' | Erik Romijn | |
| 2013-05-18 | Fixed #20430 - Enable iterable of iterables for model choices | Donald Stufft | |
| Allows for any iterable, not just lists or tuples, to be used as the inner item for a list of choices in a model. | |||
| 2013-05-18 | Merge pull request #1122 from ambv/issue13285 | Aymeric Augustin | |
| Fixed #13285: populate_xheaders breaks caching | |||
| 2013-05-18 | Fixed #20142 -- Added error handling for fixture setup | Filipa Andrade | |
| TestCase._fixture_setup disables transactions so, in case of an error, cleanup is needed to re-enable transactions, otherwise following TransactionTestCase would fail. | |||
| 2013-05-18 | Fixed #13285: populate_xheaders breaks caching | Łukasz Langa | |
| 2013-05-18 | Fixed #20444 -- Cookie-based sessions does not include a remote code ↵ | Erik Romijn | |
| execution-warning | |||
| 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 | Merge pull request #1088 from jacobb/upstream | Donald Stufft | |
| #20432: Fix for GroupAdmin test | |||
| 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 | Merge pull request #1100 from ambv/issue19919 | Aymeric Augustin | |
| Fixed #19919: get_language_from_request() disregards en-us and en | |||
| 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 | Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHEL | Claude Paroz | |
| Thanks Stephane Benchimol for the report and the initial script and mfandreas for the patch. | |||
| 2013-05-18 | Added example of using sitemaps with static views. | Zbigniew Siciarz | |
| References #16829. | |||
| 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 | Fixed #20402: removed as-limit from uWSGI example. | Aymeric Augustin | |
| It can fail in hard-to-diagnose ways. | |||
| 2013-05-18 | Split up test and make the State classes a bit better. | Andrew Godwin | |
| 2013-05-18 | Added myself to AUTHORS | Senko Rasic | |
| 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 | Made test introduced in 566e284c pass on Python 3. | Aymeric Augustin | |
| 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 | #20432: Fix for GroupAdmin test | Jacob Burch | |
| 2013-05-18 | Added test for multipart, non form-data POST. | Senko Rasic | |
| Closes #9054. The bug itself is no longer present. | |||
| 2013-05-18 | Fixed #20408 -- Clarified that values_list() doesn't return a list. | Aymeric Augustin | |
| Thanks marktranchant, bmispelon, and alextreme. | |||
| 2013-05-18 | Fixed #20294 -- Documented context processors in TemplateResponseMixin. | Zbigniew Siciarz | |
| 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 pull request #1082 from hydrogen18/master | Marc Tamlyn | |
| Fixed some documentation on the MultiPartParser | |||
| 2013-05-18 | Reorganize committers list chronologically. | Aymeric Augustin | |
| This completes the removal of the distinction between core devs and specialists. Patch by Simon Meers. | |||
| 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 | Finally add myself to the committers list | Donald Stufft | |
