| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-20 | [1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths. | Florian Apolloner | |
| Backport of 6e846f7627ecf0dc15053624a23bfbf47535972d from master. | |||
| 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 ↵ | Alex Gaynor | |
| Bradley Ayers for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17895 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Removed the deprecated reset and sqlreset management commands. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17842 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-02 | Edited stuff from [17543] to [17629] | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-19 | Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, ↵ | Aymeric Augustin | |
| and edited related bits in the settings reference. Performed minor edits for consistency while I was there. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17558 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-04-17 | Fixed #15822 -- Removed references to the v1 postgresql backend (which has ↵ | Adrian Holovaty | |
| been removed). Thanks for the patch, aaugustin git-svn-id: http://code.djangoproject.com/svn/django/trunk@16034 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-01-18 | Refs #14661 -- Clarified the handling of initial data injected via custom SQL. | Russell Keith-Magee | |
| This is BACKWARDS INCOMPATIBLE CHANGE for anyone relying on SQL-injected initial data in a test case. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15239 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss | |
| Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee | |
| This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project. Congratulations to Alex for a job well done. Big thanks also go to: * Justin Bronn for keeping GIS in line with the changes, * Karen Tracey and Jani Tiainen for their help testing Oracle support * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback. * Malcolm Treddinick for his guidance during the GSoC submission process. * Simon Willison for driving the original design process * Cal Henderson for complaining about ponies he wanted. ... and everyone else too numerous to mention that helped to bring this feature into fruition. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss | |
| Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528. Thanks to all the respective authors of those tickets. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2009-03-24 | Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul Menzel. | Russell Keith-Magee | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@10145 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-12-07 | Fixed #9731 -- Typo fix in docs. | Malcolm Tredinnick | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@9578 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-11-12 | Fixed #9572 -- Corrected some documentation that misleadingly gave the ↵ | Russell Keith-Magee | |
| extension for YAML fixtures as YML. Thanks to django@i-sh.me.uk for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9401 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-11-06 | Fixed #9518 -- Corrected example JSON snippet in fixture documentation. ↵ | Russell Keith-Magee | |
| Thanks to claude@2xlibre.net for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9355 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-28 | Fixed #8531: Corrected a typo in a sample YAML fixture. Thanks to amiroff ↵ | Russell Keith-Magee | |
| for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8657 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at ↵ | Jacob Kaplan-Moss | |
| http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
