Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Simpler way to define version names. | Raphaël Barrois | 2015-04-27 |
| | | | | Avoid hitting bugs with max shebang line length in jenkins. | ||
* | Update testing instructions. | Raphaël Barrois | 2015-04-27 |
| | |||
* | README: Remove duplicate "latest release" block. | Raphaël Barrois | 2015-04-21 |
| | |||
* | Add badges to README. | Raphaël Barrois | 2015-04-21 |
| | |||
* | Add upgrade instructions for 2.5.0 | Raphaël Barrois | 2015-03-27 |
| | |||
* | Fix typos in docs (Closes #159, closes #178, closes #188). | Raphaël Barrois | 2015-03-03 |
| | |||
* | Remove sphinx markup from README.rst (Closes #180). | Raphaël Barrois | 2015-02-18 |
| | | | | | That file should be readable by PyPI's RST parser, which doesn't support Sphinx constructs. | ||
* | Fix typo (Closes #144). | Raphaël Barrois | 2014-06-21 |
| | | | | Thanks to @clouserw for the report. | ||
* | Improve docs on create_batch (Closes #139). | Raphaël Barrois | 2014-05-18 |
| | |||
* | Rename 'target' to 'model'. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Update docs for class Meta. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Improve README. | Raphaël Barrois | 2014-05-17 |
| | |||
* | Rename README. | Raphaël Barrois | 2013-11-15 |
| | | | | Let's keep github happy... | ||
* | Add README. | Raphaël Barrois | 2012-02-24 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Update README.rst | Andrey Voronov | 2012-02-02 |
| | |||
* | Remove deprecated examples from the doc -- explicit is better than implicit, ↵ | Raphaël Barrois | 2012-01-13 |
| | | | | | | etc. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Use pip instead of easy_install | George Hickman | 2012-01-11 |
| | |||
* | Fix kwargs syntax in README custom creation section. | Raphaël Barrois | 2012-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.4 | Raphaël Barrois | 2011-12-21 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Update README. | Raphaël Barrois | 2011-12-20 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Fix doc for _setup_next_sequence; fix trailing whitespace. | Raphaël Barrois | 2011-07-13 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Add some doc on subfactories. | Raphaël Barrois | 2011-07-05 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Improve README. | Raphaël Barrois | 2011-05-13 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Improve handling of custom build/create functions. | Raphaël Barrois | 2011-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 readme | Mark Sandstrom | 2010-08-22 |
| | |||
* | factory_boy: a test fixtures replacement based on thoughtbot's factory_girl ↵ | Mark Sandstrom | 2010-08-22 |
for Ruby |