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
/
tests
Age
Commit message (
Expand
)
Author
2016-06-30
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-30
Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.
Andrew Nester
2016-06-29
Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations.
Jon Dufresne
2016-06-29
Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().
David Sanders
2016-06-29
Added a test for updating an annotated queryset.
David Sanders
2016-06-29
Avoided db queries in test_indentation_whitespace.
Berker Peksag
2016-06-28
Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.
Christopher Grebs
2016-06-28
Fixed #24694 -- Added support for context_processors to Jinja2 backend.
Berker Peksag
2016-06-28
Fixed #26786 -- Avoided redundant max value validators on integer fields.
Eduard Stepanov
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-28
Fixed #15091 -- Allowed passing custom encoder to JSON serializer.
Berker Peksag
2016-06-28
Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...
Aaron Elliot Ross
2016-06-28
Improved test assertion in wsgi tests
Claude Paroz
2016-06-27
Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.
Shabda Raaj
2016-06-27
Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...
Ben Demboski
2016-06-27
Refs #26034 -- Corrected a schema test to work with the correct field state.
Jon Dufresne
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-06-27
Fixed #5897 -- Added the Content-Length response header in CommonMiddleware
Claude Paroz
2016-06-24
Fixed #26795 -- Factored out get_changes() in test_autodetector.py.
akki
2016-06-24
Fixed #26719 -- Normalized email in AbstractUser.clean().
Bang Dao + Tam Huynh
2016-06-24
Refs #17209 -- Added LoginView and LogoutView class-based views
Claude Paroz
2016-06-24
Refs #24829 -- Made TemplateResponse.content available sooner in exception co...
Claude Paroz
2016-06-23
Removed a test workaround for some old GDAL 1.7.x versions.
Tim Graham
2016-06-23
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
Tim Graham
2016-06-22
Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.
jasisz
2016-06-21
Fixed #26781 -- Made table name case change a noop on SQLite.
Simon Charette
2016-06-21
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Tim Graham
2016-06-21
Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().
Sergey Fedoseev
2016-06-21
Fixed #26787 -- Documented deleting and reloading of model instance fields.
Tim Graham
2016-06-21
Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__i...
Paulo
2016-06-21
Fixed #26785 -- Made Oracle return None rather than empty string for empty ge...
Sergey Fedoseev
2016-06-21
Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SE...
Jon Dufresne
2016-06-21
Fixed #26750 -- Fixed introspection for geography point field with dim=3
Claude Paroz
2016-06-20
Refs #22384 -- Readded RegexURLResolver.reverse().
Tim Graham
2016-06-20
Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by...
Loïc Bistuer
2016-06-20
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
Tobias McNulty
2016-06-18
Fixed #26778 -- Fixed ModelSignal.connect() weak argument.
Tim Graham
2016-06-18
Fixed #26775 -- Supported dim=3 geography fields
Claude Paroz
2016-06-18
Refs #26772 -- Added a test for FileField reopening closed files.
Paul J Stevens
2016-06-18
Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
Tim Graham
2016-06-18
Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.
Markus Holtermann
2016-06-18
Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with ModelChoiceI...
Tim Graham
2016-06-18
Fixed #26753 -- Made GDAL a required dependency for contrib.gis
Claude Paroz
2016-06-17
Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."
Tim Graham
2016-06-17
Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...
Carl Meyer
2016-06-17
Moved old-middleware tests in preparation for adding new tests.
Carl Meyer
2016-06-17
Improved debugging of failed middleware_exceptions tests.
Carl Meyer
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
Fixed flake8 2.6 warnings.
Tim Graham
2016-06-14
Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
Hugo Osvaldo Barrera
[prev]
[next]