index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
initial-data.txt
Age
Commit message (
Expand
)
Author
2022-11-02
Fixed #34054 -- Created a new fixtures topic.
Filip Lajszczak
2022-09-25
Fixed #26975 -- Clarified how Django looks for fixture files.
Filip Łajszczak
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2018-12-27
Fixed broken links to PyYAML page.
CHI Cheng
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-03-08
Fixed #29165 -- Clarified how to load initial data with migrations.
Tim Graham
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2016-11-06
Fixed #27133 -- Doc'd how to provide initial data with migrations.
Krzysztof Żuraw
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2014-12-30
Revert "Updated some docs for the delayed deprecation of legacy table creatio...
Tim Graham
2014-09-21
Fixed #23530 -- Specified PyYAML requirement in initial-data.txt
Claude Paroz
2014-06-11
Added link to data migrations in initial data deprecation note
Greg Chapple
2014-05-07
Updated some docs for the delayed deprecation of legacy table creation; refs ...
Tim Graham
2014-04-17
Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.
Tim Graham
2014-04-16
Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL ...
Tim Graham
2014-04-09
Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor...
julien 'pouete' Godin
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-08-20
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2012-12-24
Fixed links to DATABASE ENGINE setting. refs #19516
Tim Graham
2012-07-15
Fixed #18626 -- rst syntax collision.
Aymeric Augustin
2012-04-11
Fixed #18099 -- corrected a typo in the initial data docs. Thanks to Bradley...
Alex Gaynor
2012-03-31
Removed the deprecated reset and sqlreset management commands.
Aymeric Augustin
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-02-19
Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, ...
Aymeric Augustin
2011-04-17
Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...
Adrian Holovaty
2011-01-18
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2009-03-24
Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul Menzel.
Russell Keith-Magee
2008-12-07
Fixed #9731 -- Typo fix in docs.
Malcolm Tredinnick
2008-11-12
Fixed #9572 -- Corrected some documentation that misleadingly gave the extens...
Russell Keith-Magee
2008-11-06
Fixed #9518 -- Corrected example JSON snippet in fixture documentation. Thank...
Russell Keith-Magee
2008-08-28
Fixed #8531: Corrected a typo in a sample YAML fixture. Thanks to amiroff for...
Russell Keith-Magee
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss