summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-16Tested that geo aggregates support slicingSander Smits
2015-01-16Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz
2015-01-16Simplified a bit GeoAggregate classesClaude Paroz
2015-01-15Refs #24075 -- Silenced needless call_command output while running testsMarkus Holtermann
2015-01-14Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-14Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...Markus Holtermann
2015-01-13Fixed #24136 -- Prevented crash when convert_extent input is NoneClaude Paroz
2015-01-12Fixed #24124 (again) -- Updated tests with new default context_processors.Aymeric Augustin
2015-01-12Avoided exceptions in admindocs' template detail view.Aymeric Augustin
2015-01-12Avoided exceptions in a non-critical check in the admin.Aymeric Augustin
2015-01-12Accounted for multiple template engines in template responses.Aymeric Augustin
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-12Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...Muthiah Annamalai
2015-01-12Made Django's templates get their own LANGUAGE_* variables.Collin Anderson
2015-01-10Fixed #24114 -- Improved error message in GEOSGeometry constructorClaude Paroz
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
2015-01-10Move % addition to lookups, refactor postgres lookups.Marc Tamlyn
2015-01-10Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
2015-01-09Removed an undocumented contenttypes synchronization method.Simon Charette
2015-01-09Fixed a typo in contrib/auth/tests/custom_user.py docstring.Tim Graham
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-08Removed unneeded smart_text callsClaude Paroz
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #24064 -- Prevented database access at compile time in spatialite models.Andriy Sokolovskiy
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-31Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().Berker Peksag
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-28Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2014-12-27Fixed #24000 -- Corrected contrib.sites default site creation in a multiple d...Tim Graham
2014-12-26Fixed #23948 -- Moved password help text from the template to the form.Tim Graham
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-12-24Fixed #20349 -- Moved setting_changed signal to django.core.signals.Collin Anderson
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-23Added RasterSource/GDALBand GDAL objectsClaude Paroz
2014-12-22Upgrade jQuery from 1.11.1 to 1.11.2Collin Anderson
2014-12-22Fixed #23525 -- Fixed admindocs crash on apps installed as eggs.Tim Graham
2014-12-21Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos
2014-12-18Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz
2014-12-17Removed netCDF from GIS driver testing; refs #23804.Tim Graham