summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAge
* Fix typo (Closes #144).Raphaël Barrois2014-06-21
| | | | Thanks to @clouserw for the report.
* Improve docs on create_batch (Closes #139).Raphaël Barrois2014-05-18
|
* Rename 'target' to 'model'.Raphaël Barrois2014-05-18
|
* Update docs for class Meta.Raphaël Barrois2014-05-18
|
* Improve README.Raphaël Barrois2014-05-17
|
* Rename README.Raphaël Barrois2013-11-15
| | | | Let's keep github happy...
* Add README.Raphaël Barrois2012-02-24
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Update README.rstAndrey Voronov2012-02-02
|
* Remove deprecated examples from the doc -- explicit is better than implicit, ↵Raphaël Barrois2012-01-13
| | | | | | etc. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Use pip instead of easy_installGeorge Hickman2012-01-11
|
* Fix kwargs syntax in README custom creation section.Raphaël Barrois2012-01-02
| | | | | | Thanks to 'Lispython' (https://github.com/Lispython) for finding the mistake. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Update author/maintainer information.v1.0.4Raphaël Barrois2011-12-21
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Update README.Raphaël Barrois2011-12-20
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Fix doc for _setup_next_sequence; fix trailing whitespace.Raphaël Barrois2011-07-13
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Add some doc on subfactories.Raphaël Barrois2011-07-05
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Improve README.Raphaël Barrois2011-05-13
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Improve handling of custom build/create functions.Raphaël Barrois2011-05-13
| | | | | | Only public attributes (i.e not starting with _) will be handled properly. Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* minor correction to the LazyAttributeSequence example in the readmeMark Sandstrom2010-08-22
|
* factory_boy: a test fixtures replacement based on thoughtbot's factory_girl ↵Mark Sandstrom2010-08-22
for Ruby