summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.Aymeric Augustin2013-05-181-0/+21
* Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.Olivier Sels2013-05-182-28/+8
* Merge pull request #1113 from denibertovic/masterAymeric Augustin2013-05-181-0/+8
|\
| * Added stripping of whitespace for SlugField and URLFieldDeni Bertovic2013-05-181-0/+8
* | Slightly reworked imports in contrib.auth.__init__Claude Paroz2013-05-181-5/+4
* | Fixed #18998 - Prevented session crash when auth backend removedJorge Bastida2013-05-182-2/+55
* | Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch2013-05-186-36/+53
* | Merge pull request #1101 from erikr/masterFlorian Apolloner2013-05-181-3/+3
|\ \
| * | Fixed argument order for localized_fields to ensure backwards compatibilityErik Romijn2013-05-181-3/+3
* | | Fixes #19919: get_language_from_request() disregards "en-us" and "en" languagesƁukasz Langa2013-05-181-12/+15
* | | Merge pull request #1084 from erikr/masterFlorian Apolloner2013-05-181-14/+23
|\ \ \ | |/ /
| * | Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn2013-05-181-14/+23
* | | Merge pull request #1083 from Markush2010/ticket20235Marc Tamlyn2013-05-181-2/+2
|\ \ \ | |/ / |/| |
| * | Fixed #20235 -- Use self.object_list if object_list not present in get_contex...Matthew Somerville2013-05-181-2/+2
* | | Merge pull request #1090 from zyegfryed/ticket_20433Aymeric Augustin2013-05-181-31/+37
|\ \ \
| * | | Fixed #20433: Extract catalog compilation code from javascript_catalog view.zyegfryed2013-05-181-31/+37
| |/ /
* | | Fixed #20386 - Introspection problem on OracleShai Berger2013-05-181-1/+3
* | | Fixed #20432 -- Test failure in admin_views.Jacob Burch2013-05-181-0/+2
* | | Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-asciiClaude Paroz2013-05-181-1/+2
* | | Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks.Florian Apolloner2013-05-181-1/+4
|/ /
* | Fixed #20422 -- Applied makemessage's --ignore patterns to full pathBaptiste Mispelon2013-05-181-4/+3
* | Corrected documentation on the constructor arguments of MultiPartParserEric Urban2013-05-171-5/+6
|/
* Fixed #20427 -- Moved a variable initialization in storage.pyClaude Paroz2013-05-171-1/+1
* Replaced an antiquated pattern.Aymeric Augustin2013-05-1730-43/+49
* Remove unnecessary and problematic parent class from SuccessMessageMixinPreston Holmes2013-05-171-2/+1
* Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz2013-05-178-20/+756
* Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.Mark Huang2013-05-162-1/+22
* Fixed misleading heading on admindocs models page; refs #19712.Tim Graham2013-05-161-1/+1
* Fixed #20415 -- Ensured srid is not localized in openlayers templateClaude Paroz2013-05-161-1/+1
* Fix bug introduced in contrib.gis in 74f3884ae0Mike Fogel2013-05-151-2/+2
* Fixed #20413 - Respect Query.get_meta()Mike Fogel2013-05-155-25/+25
* Fixed previous commit. (Don't commit from DjangCon!)Florian Apolloner2013-05-151-2/+0
* Don't unregister OSMGeoAdmin, other tests rely on it.Florian Apolloner2013-05-151-2/+1
* Removed unicode literals from PIL compat.Florian Apolloner2013-05-151-5/+7
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-144-24/+154
* Recommend using the bcrypt library instead of py-bcryptDonald Stufft2013-05-132-5/+5
* Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham2013-05-111-3/+1
* Fixed embarrassing typo.Florian Apolloner2013-05-111-2/+2
* Don't hardcode primary keys in gis tests.Florian Apolloner2013-05-111-2/+2
* Merge pull request #1052 from dstufft/bcrypt-python3Donald Stufft2013-05-111-2/+5
|\
| * Properly force bytes or str for bcrypt on Python3Donald Stufft2013-05-111-2/+5
* | Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506.Florian Apolloner2013-05-114-11/+11
|/
* Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer2013-05-1043-594/+599
* [py3] Made GeoIP tests pass with Python 3Claude Paroz2013-05-103-21/+17
* Fixed #20384 -- Forced GeoIP_open path argument to bytestringClaude Paroz2013-05-102-5/+6
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-098-7/+91
* Further removal of static admin validation that can fail erroneouslyLuke Plant2013-05-091-17/+0
* Fixed conditional skipping of test for left/right lookup types.Aymeric Augustin2013-05-091-1/+1
* Made gis_terms be a set, rather than a dict with None for all keys.Alex Gaynor2013-05-095-40/+45
* Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin2013-05-091-1/+1