index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2015-01-07
Refs #2443 -- Allowed creation of objects with NULL DurationFields
MichaĆ Modzelewski
2015-01-07
Fixed #24078 -- Removed empty strings from GenericIPAddressField
Josh Smeaton
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
Made context take priority over context processors.
Aymeric Augustin
2015-01-06
Added comments to remove Engine.render_to_string in Django 2.0.
Aymeric Augustin
2015-01-06
Fixed #20003 -- Improved and extended URLValidator
Danilo Bargen
2015-01-06
Fixed gettext version regex
Claude Paroz
2015-01-06
Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware
Claude Paroz
2015-01-05
Fixed #24022 -- Deprecated the ssi tag.
Preston Timmons
2015-01-05
Closed files in FileResponse; refs #24072
Collin Anderson
2015-01-05
Refs #23359 -- Removed double newline from output of migrate --list
Markus Holtermann
2015-01-05
Fixed #23861 -- Added an API to deprecate model fields.
Tim Graham
2015-01-05
Fixed #8280 -- Allowed management command discovery for eggs
Claude Paroz
2015-01-05
Fixed #24072 -- Added FileResponse for streaming binary files.
Collin Anderson
2015-01-05
Renamed flag for detecting managers built from QuerySets with as_manager().
Markus Holtermann
2015-01-03
Removed extraneous super call in LiveServerTestCase
Claude Paroz
2015-01-02
Updated six to 1.9.0.
Tim Graham
2015-01-02
Fixed #24064 -- Prevented database access at compile time in spatialite models.
Andriy Sokolovskiy
2015-01-02
Added return value to Signal.disconnect().
Andriy Sokolovskiy
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-02
Fixed #23745 -- Reused states as much as possible in migrations
Claude Paroz
2015-01-02
Passed around the state between migrations
Claude Paroz
2015-01-02
Show migration elapsed time when verbosity>1
Claude Paroz
2015-01-02
Added ignore_swappable to StateApps
Markus Holtermann
2015-01-02
Replaced migration state render() by apps cached property
Claude Paroz
2015-01-02
Fixed #24069 -- Made ServerHandler a new style class to fix super() call.
Andreas Pelme
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-31
Fixed #23366 -- Fixed a crash with the migrate --list command.
Tim Graham
2014-12-31
Fixed #22295 -- Replaced permission check for displaying admin user-tools
Thomas Tanner
2014-12-31
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Andrey Maslov
2014-12-31
Fixed #23359 -- Added showmigrations command to list migrations and plan.
Markus Holtermann
2014-12-31
Fixed #23758 -- Allowed more than 5 levels of subqueries
Piotr Pawlaczek
2014-12-31
Copied BaseDatabaseCreation._digest() to SchemaEditor to remove dependency.
Tim Graham
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-31
Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().
Berker Peksag
2014-12-31
Renamed variables to avoid name collision with import of django.db.models.
Russell Keith-Magee
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
Added ignore_warnings decorator
Claude Paroz
2014-12-30
Removed db.backends methods which only call super().
Tim Graham
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-30
Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Tim Graham
2014-12-29
Fixed breakage by 6fb9dee4 under Python2+Windows.
Ramiro Morales
2014-12-29
Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...
Markus Holtermann
2014-12-29
Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper
Claude Paroz
2014-12-29
Fixed #21255 -- Closed connections after management command ran
Claude Paroz
2014-12-29
Fixed #23271 -- Don't corrupt PO files on Windows when updating them.
Ramiro Morales
2014-12-29
Fixed #23753 -- Oracle failure with Coalesce
Josh Smeaton
2014-12-28
Explained the structure of django.template.
Aymeric Augustin
2014-12-28
Raised a warning when using the legacy TEMPLATE_* settings.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Aymeric Augustin
[prev]
[next]