index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fixtures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #26144 -- Warned when dumping proxy model without concrete parent.
Yoong Kang Lim
2016-02-04
2
-1
/
+40
*
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
1
-10
/
+5
*
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Andrew Kuchev
2016-01-04
1
-22
/
+12
*
Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.
Anssi Kääriäinen
2015-12-31
1
-1
/
+13
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-34
/
+239
*
Refs #22258 -- Fixed an unclosed temporary file in fixtures test.
Tim Graham
2015-09-09
1
-16
/
+17
*
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
1
-3
/
+3
*
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-07-24
1
-0
/
+26
*
Refs #24978 -- Amended test filename to avoid checkout warnings on Windows.
Gagaro
2015-06-20
2
-1
/
+1
*
Refs #24978 -- Skipped an unsupported test on Windows.
Tim Graham
2015-06-17
1
-0
/
+3
*
Fixed #24978 -- Escaped special characters in loaddata fixture paths
Moritz Sichert
2015-06-13
2
-0
/
+14
*
Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...
Peter Inglesby
2015-05-22
1
-1
/
+1
*
Fixed fixtures tests failure on Python 2 with non-ASCII path.
Tim Graham
2015-04-16
1
-1
/
+1
*
Fixed #21652 -- Added notification when processing objects in loaddata
Yitzhak Clark
2015-04-16
1
-0
/
+10
*
Prevented some tests from writing in the CWD.
Aymeric Augustin
2015-03-07
1
-0
/
+3
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-3
/
+5
*
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2015-01-17
2
-39
/
+13
*
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-06
1
-0
/
+2
*
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
1
-9
/
+6
*
Fixed #23651 -- Isolated non-existent fixture tests
Claude Paroz
2014-10-15
1
-12
/
+30
*
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-09-24
1
-1
/
+1
*
Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.
Tim Graham
2014-08-08
1
-0
/
+1
*
Ensure that a file is closed in the tests
Alex Gaynor
2014-03-30
1
-1
/
+2
*
Fixed #22257 -- Added file output option to dumpdata command.
Anubhav Joshi
2014-03-25
1
-2
/
+13
*
Fixed #22237 -- Removed some warnings in the test suite
Claude Paroz
2014-03-09
1
-4
/
+6
*
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-03
1
-1
/
+1
*
Fixed #22025 -- Listing app followed by app.Model in dumpdata command
Eli Bendersky
2014-02-12
1
-0
/
+4
*
Fixed #21969: Fix behaviour of initial_data with migrated apps
Andrew Godwin
2014-02-09
1
-0
/
+11
*
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-26
1
-3
/
+2
*
PEP8 cleanup
Jason Myers
2013-11-02
1
-0
/
+8
*
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
1
-0
/
+1
*
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-10-11
1
-7
/
+12
*
Whitespace cleanup.
Tim Graham
2013-10-10
1
-7
/
+7
*
Fixed #21089 -- Allow TransactionTestcase subclasses to define an empty list ...
Baptiste Mispelon
2013-09-11
1
-0
/
+11
*
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-09
1
-2
/
+0
*
Updated syncdb -> migrate in tests.
Tim Graham
2013-09-03
1
-1
/
+1
*
Removed most of absolute_import imports
Claude Paroz
2013-07-29
1
-1
/
+1
*
Stopped calling loaddata with commit=False.
Aymeric Augustin
2013-06-30
1
-29
/
+27
*
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-10
1
-0
/
+7
*
Fixed #20509 - Proper parsing for dumpdata --pks option.
Tim Graham
2013-05-30
1
-1
/
+1
*
Fixed fixtures testing failure
Anssi Kääriäinen
2013-05-19
1
-0
/
+1
*
Fixed #16330 -- added --pks option in dumpdata command
Preston Holmes
2013-05-19
1
-2
/
+42
*
Fixed #18990 -- Loaddata now complains if fixture doesn't exist
Senko Rasic
2013-05-19
1
-6
/
+12
*
Fixed #18990: Loaddata now complains if fixture doesn't exist
Senko Rasic
2013-05-19
1
-5
/
+12
*
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-08
1
-2
/
+2
*
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-26
19
-0
/
+703