summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-12-01Removed a clear_cache statement in contrib.sites.create_default_site.wrwrwr
2014-12-01Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr
2014-11-29Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().Berker Peksag
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny
2014-11-28Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS to reference import ...sdeprez
2014-11-28Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann
2014-11-27Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães
2014-11-27Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.read...wrwrwr
2014-11-26Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen
2014-11-26Fixed #23677 -- Removed contrib.formtoolsTim Graham
2014-11-25Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...Simon Charette
2014-11-25Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-23Removed direct references to template-related settings.Aymeric Augustin
2014-11-22Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"Carl Meyer
2014-11-22Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer
2014-11-22Avoided rewrapping Contexts in render_to_response.Aymeric Augustin
2014-11-19Fixed #23873 -- Improved GIS error message when GEOS is not installed.Carl Meyer
2014-11-19Fixed GIS tests to again skip without error when GEOS is not installed.Carl Meyer
2014-11-19Replaced caching of a property with @cached_property.Aymeric Augustin
2014-11-19Simplified caching of password hashers.Aymeric Augustin
2014-11-19Fixed GeoSQLCompiler to pass itself correctly to column as_sql.Carl Meyer
2014-11-19Removed a deprecated use of SQLCompiler as quote_name in GIS.Carl Meyer
2014-11-17Added assertion error message for test_make_lineClaude Paroz
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-15Refs #23793 -- Fixed test failure after password reset messages clarificationErik Romijn
2014-11-15Merge pull request #3531 from ddaan/ticket_23834Marc Tamlyn
2014-11-15Fixed #23793 -- Clarified password reset messages.Yigit Guler
2014-11-15added test and fix to check for default null on ArrayFieldDaan Vielen
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-11-04Added HStoreField.Marc Tamlyn
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-11-03Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle
2014-11-03Changed docstrings in admindocs/utils to comply to PEP 257Zan Anderle
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-31Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on Po...Tim Graham
2014-10-31Renamed SpatiaLite feature flag introduced in refs #23152.Tim Graham
2014-10-31Avoided using private API get_template_from_string.Aymeric Augustin
2014-10-30Fixed #23152 -- Added support for transactional Spatialite metadata initializ...Tim Graham
2014-10-29Fixed #23719 -- Fixed MySQL 5.6 crash with GeometryFields in migrations.Tim Graham
2014-10-29Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-10-24Removed unused importClaude Paroz
2014-10-24Updated gis_migrations testsClaude Paroz
2014-10-23Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.origi...a1tus
2014-10-22Fixed #23701 -- Removed an unneeded check in collectstatic.Tim Graham
2014-10-22Fixed #23663 -- Initialize output streams for BaseCommand in __init__().Loic Bistuer
2014-10-21Removed unneeded override_system_checksClaude Paroz
2014-10-20Removed redundant skip_checks option for call_commandClaude Paroz