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