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