summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-25Updated translation catalogsClaude Paroz
2013-05-25Fixed some minor translation-related issuesClaude Paroz
2013-05-25Fixed #20455 -- Do not use ngettext for undefined pluralsMarc Egli
2013-05-24Rotate CSRF token on loginAndrew Godwin
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-21(Re-)moved some importsClaude Paroz
2013-05-21Fixed #17308 -- Enabled the use of short_description on properties in the admin.Wiktor Kolodziej
2013-05-19Made 2d309a70 compatible with Python 3.Aymeric Augustin
2013-05-19Merge pull request #1178 from bmispelon/masterRussell Keith-Magee
2013-05-19Fix test failure introduced by 980ae2ab29.Baptiste Mispelon
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
2013-05-19Fix #19664 -- Illegal Characters In Session Key Give Fatal Error On File Back...Erik Romijn
2013-05-19Fix #20447: URL names given to contrib.auth.views are now resolved.Baptiste Mispelon
2013-05-19Merge pull request #1130 from vdboor/issue_20442_get_for_idAndrew Godwin
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa
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