summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-05-18Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin
2013-05-18Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels
2013-05-18Merge pull request #1113 from denibertovic/masterAymeric Augustin
2013-05-18Added stripping of whitespace for SlugField and URLFieldDeni Bertovic
2013-05-18Slightly reworked imports in contrib.auth.__init__Claude Paroz
2013-05-18Fixed #18998 - Prevented session crash when auth backend removedJorge Bastida
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-05-18Merge pull request #1101 from erikr/masterFlorian Apolloner
2013-05-18Fixed argument order for localized_fields to ensure backwards compatibilityErik Romijn
2013-05-18Fixes #19919: get_language_from_request() disregards "en-us" and "en" languagesƁukasz Langa
2013-05-18Merge pull request #1084 from erikr/masterFlorian Apolloner
2013-05-18Merge pull request #1083 from Markush2010/ticket20235Marc Tamlyn
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-18Fixed #20235 -- Use self.object_list if object_list not present in get_contex...Matthew Somerville
2013-05-18Split up test and make the State classes a bit better.Andrew Godwin
2013-05-18Add a deconstruct() method to Fields.Andrew Godwin
2013-05-18Fixed #11160 - Ensure full_clean is called from non_form_errorsSenko Rasic
2013-05-18Merge pull request #1090 from zyegfryed/ticket_20433Aymeric Augustin
2013-05-18Fixed #20433: Extract catalog compilation code from javascript_catalog view.zyegfryed
2013-05-18Fixed #20386 - Introspection problem on OracleShai Berger
2013-05-18Fixed #20432 -- Test failure in admin_views.Jacob Burch
2013-05-18Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-asciiClaude Paroz
2013-05-18Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks.Florian Apolloner
2013-05-18More conversion to a ContextManager schema_editorAndrew Godwin
2013-05-18Turn SchemaEditor into a context managerAndrew Godwin
2013-05-18Fixed #20422 -- Applied makemessage's --ignore patterns to full pathBaptiste Mispelon
2013-05-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-17Corrected documentation on the constructor arguments of MultiPartParserEric Urban
2013-05-17Fixed #20427 -- Moved a variable initialization in storage.pyClaude Paroz
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-17Remove unnecessary and problematic parent class from SuccessMessageMixinPreston Holmes
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-16Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.Mark Huang
2013-05-16Fixed misleading heading on admindocs models page; refs #19712.Tim Graham
2013-05-16Fixed #20415 -- Ensured srid is not localized in openlayers templateClaude Paroz
2013-05-15Fix bug introduced in contrib.gis in 74f3884ae0Mike Fogel
2013-05-15Fixed #20413 - Respect Query.get_meta()Mike Fogel
2013-05-15Fixed previous commit. (Don't commit from DjangCon!)Florian Apolloner
2013-05-15Don't unregister OSMGeoAdmin, other tests rely on it.Florian Apolloner
2013-05-15Removed unicode literals from PIL compat.Florian Apolloner
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-13Recommend using the bcrypt library instead of py-bcryptDonald Stufft
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2013-05-11Fixed embarrassing typo.Florian Apolloner
2013-05-11Don't hardcode primary keys in gis tests.Florian Apolloner
2013-05-11Merge pull request #1052 from dstufft/bcrypt-python3Donald Stufft
2013-05-11Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506.Florian Apolloner
2013-05-11Properly force bytes or str for bcrypt on Python3Donald Stufft
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-10Make a start on operations and state (not sure if final layout)Andrew Godwin