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
2014-01-22
Added some missing whitespace around arithmetic operators
Alex Gaynor
2014-01-22
Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...
Loic Bistuer
2014-01-22
Fixed #21852 -- Make migration writer serialize iterators
Markus Holtermann
2014-01-20
Removed some stray newlines which caused flake8 issues
Alex Gaynor
2014-01-20
Fix a check_framework test so it doesn't fail when TEST_RUNNER is set (e.g. o...
Carl Meyer
2014-01-20
Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.
Carl Meyer
2014-01-20
Added ManifestStaticFilesStorage to staticfiles contrib app.
Jannis Leidel
2014-01-20
Removed a stray new line which upset flake8
Alex Gaynor
2014-01-20
Added warning silencers to some noisy tests.
Russell Keith-Magee
2014-01-20
Fixed two test failures under Oracle
Shai Berger
2014-01-20
Fixed custom_lookups tests for Oracle
Anssi Kääriäinen
2014-01-20
Removed an inactive system check for upload_to.
Russell Keith-Magee
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Remove other unicode literal
Andrew Godwin
2014-01-19
Remove unicode prefix that snuck in
Andrew Godwin
2014-01-19
Fixed #21638: Validators are now comparable, stops infinite user mig'ns
Andrew Godwin
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2014-01-19
Merge pull request #1681 from loic/migrations.format
Andrew Godwin
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
2014-01-19
Fixed #21783: Use defaults for adding NOT NULL on sqlite
Andrew Godwin
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-19
Refs #21628 -- removed one usage of the imp module in the tests. It is deprec...
Alex Gaynor
2014-01-18
Stopped assuming that INSTALLED_APPS only contains app names.
Aymeric Augustin
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-17
Adjusted inspectdb management command to yield PEP 8-compliant output barring...
JustinTArthur
2014-01-17
Fixed #21785: Bad handling of both auto_now and _add on deconstruct
Andrew Godwin
2014-01-14
Fixed #21774 -- Isolate all test urls from eachother.
Marc Tamlyn
2014-01-12
Be more careful about closing connections in mail tests.
Marc Tamlyn
2014-01-12
Undelete the `return True` removed in 4e0a2fe.
Marc Tamlyn
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-12
Fixed a test that was failing with PostGIS.
Aymeric Augustin
2014-01-12
Restored a test broken by overzealous PEP8 cleanup
Aymeric Augustin
2014-01-12
Fixed flake8 issues.
Simon Charette
2014-01-12
Merge pull request #2163 from apollo13/signals
Florian Apolloner
2014-01-12
Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2014-01-12
Fixed a test isolation issue. Refs #17062.
Aymeric Augustin
2014-01-12
Fixed #21413 -- resolve_columns fields misalignment
Anssi Kääriäinen
2014-01-12
Fixed #21756 -- Skipped two timezone-related tests on Windows.
Aymeric Augustin
2014-01-11
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Claude Paroz
2014-01-11
Fixed #21752 -- Prevented custom widget step attribute to be overwritten
Claude Paroz
2014-01-10
Deprecated importing a model before loading its application.
Aymeric Augustin
2014-01-09
Fixed #12571 -- Attached originating WSGIRequest to test client responses.
Unai Zalakain
2014-01-09
Fixed removal of signal receivers in Python 3.4
Florian Apolloner
2014-01-08
Make test stronger to hopefully fix odd Jenkins failure
Andrew Godwin
2014-01-08
Merge pull request #2151 from manfre/ticket-21746
Anssi Kääriäinen
2014-01-08
Fixed #21746 - Fixed test_get_reverse_on_unsaved_object test.
Michael Manfre
2014-01-08
Fixed #21745 - Feature check UniqueTest.test_unique_null
Michael Manfre
2014-01-08
Fixed #21142: Dependency failures on unmigrated apps.
Andrew Godwin
[next]