summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-12-16Fixed #17413 -- Serialization of form errors along with all metadata.Loic Bistuer
2013-12-14Revert "Allowed running GIS form tests that don't require spatial database"Claude Paroz
2013-12-14Fixed #21250 -- Made HTTP auth user header configurable in testsBartolomé Sánchez
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-14Allowed running GIS form tests that don't require spatial databaseJakub Gocławski
2013-12-14Fixed #21606 -- Fixed default_lat and default_lon override in OSMWidgetJakub Gocławski
2013-12-12Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-07Renamed first argument of class method to clsmaurycyp
2013-12-07Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz
2013-12-07Removed unneeded string normalization in contrib.adminClaude Paroz
2013-12-06Added new 'srtext' spatialite 4.x SpatialRefSys column to its model.Ramiro Morales
2013-12-06Fixed #19678 -- GeoDjango test failure with spatialite >= 3.0.Ramiro Morales
2013-12-06Renamed syncdb to migrate in spatialite backendClaude Paroz
2013-12-05Corrected setting name in gis test error message.Ramiro Morales
2013-12-05Removed 'return' in __init__maurycyp
2013-12-01Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler.Krzysztof Jurewicz
2013-11-30Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-29Fixed an unescisarily gendered pronoun in a docstringAlex Gaynor
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-28Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-27A handle of flake8 fixesAlex Gaynor
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-11-27PostGIS schema editor supportAndrew Godwin
2013-11-27Add gis deconstruct() method (this does not make schema work)Andrew Godwin
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-24Fixed #21504 -- Don't shadow database errors when testing for postgis version.Baptiste Mispelon
2013-11-23Fixes #21412 -- Better error message for messages.add_messageDenis Cornehl
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-23Fixed #21445 -- Clean up misuse of null in quickElement.Baptiste Mispelon
2013-11-22Fixed missing admindocs' site_headerBouke Haarsma
2013-11-21Updated admindocs to use class-based viewsClaude Paroz
2013-11-21Fixed #21405 -- Prevented queryset overwrite in BaseModelAdminClaude Paroz
2013-11-21Removed isinstance(RelatedObject) checks from admin.utilsAnssi Kääriäinen
2013-11-21Fixed #21431 -- GenRel->FK list_filter regression in adminAnssi Kääriäinen
2013-11-21Refs #8261 -- Fixed regression introduced by fd219fa.Loic Bistuer
2013-11-19Fixed #21361 -- allowed access self.value() from SimpleListFilter lookupVajrasky Kok
2013-11-18Optimise admin imagesCurtis Maloney
2013-11-16Fixed #21428 -- editable GenericRelation regressionAnssi Kääriäinen
2013-11-16Moved import at proper place in contrib.sitesClaude Paroz
2013-11-15Fixed #21415 -- Replaced escape sequence by literal non-breaking spaceglts
2013-11-14Propagate get_user_model exception from get_userMatt Robenolt
2013-11-11Merge pull request #1907 from Bouke/tickets/21388Claude Paroz
2013-11-11Fixed #21421 -- Added level_tag attribute on messages.Sjoerd Langkemper
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-09Fixed #21398 -- Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3.Tim Graham