summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-05-19Fixed #12674 -- provide a way to override admin validationHonza Kral
2013-05-19Typo in commentPeter Inglesby
2013-05-18Updated contrib.humanize translation templateClaude Paroz
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenström
2013-05-18Fix NoneType error when fetching a stale ContentType with get_for_idDiederik van der Boor
2013-05-18Fixed #13285: populate_xheaders breaks cachingŁukasz Langa
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 #20432 -- Test failure in admin_views.Jacob Burch
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-13Recommend using the bcrypt library instead of py-bcryptDonald Stufft
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-10[py3] Made GeoIP tests pass with Python 3Claude Paroz
2013-05-10Fixed #20384 -- Forced GeoIP_open path argument to bytestringClaude Paroz
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-09Further removal of static admin validation that can fail erroneouslyLuke Plant
2013-05-09Fixed conditional skipping of test for left/right lookup types.Aymeric Augustin
2013-05-09Made gis_terms be a set, rather than a dict with None for all keys.Alex Gaynor
2013-05-08Merge pull request #1049 from mfogel/remove-unescessary-parameter-checksAlex Gaynor
2013-05-09Removed fragile admin validation of fields on ModelFormLuke Plant
2013-05-07Remove unnecessary check on __set__ parameters.Mike Fogel
2013-05-04One more changed import location of wrapsClaude Paroz
2013-05-04Fixed #18351 -- Added X-Robots-Tag header to sitemapsClaude Paroz
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-04-28Fixed #18986 -- Improved error message for missing filesAymeric Augustin
2013-04-15Updated get_ogr_db_string in inspectapp tests to support MySQL/SpatialiteClaude Paroz
2013-04-15Properly used test skipping in OGRInspectTest TestCaseClaude Paroz
2013-04-14Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter
2013-04-11Changed a deprecated warn() call in libgeosClaude Paroz
2013-04-08Merge pull request #938 from darklow/ticket_20111Jannis Leidel
2013-04-08Fix #20111 Added more precise message level for succcess and warning messagesKaspars Sprogis
2013-04-06Explicitly removes dismissCalendarAndrew Jesaitis
2013-04-06Explicitly removes dismissClockAndrew Jesaitis
2013-04-05Fixed #20114 -- support custom project login_url in testsPreston Holmes
2013-04-03Fix contrib.messages tests for discovery.Carl Meyer
2013-04-02Modified auth to work with unittest2 discovery.Preston Timmons