[Python-modules-commits] [factory-boy] branch debian/unstable created (now bb7b26e)

Brian May bam at moszumanska.debian.org
Thu Jan 5 01:24:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a change to branch debian/unstable
in repository factory-boy.

        at  bb7b26e   Updates for new upstream version

This branch includes the following new commits:

       new  0431afa   factory_boy: a test fixtures replacement based on thoughtbot's factory_girl for Ruby
       new  8e1a3cd   ignore build/ dist/ and MANIFEST
       new  b48c998   minor correction to the LazyAttributeSequence example in the readme
       new  918daab   Remove trailing whitespace
       new  6df2ca0   Fix concurrency between declarations for LazyAttributes and Sequence.
       new  b829744   Improve base.py: use pop(), allow factory inheritance.
       new  d3835fd   Update text wrt previous commit.
       new  f57a0c2   Trailing whitespace
       new  64a0591   Improve handling of custom build/create functions.
       new  b0f29ff   Version bump.
       new  f163c4a   Improve README.
       new  98bfafa   Cleaner code for ordered attributes.
       new  869e18e   Add a DeclarationHolder containing all the logic related to attribute declaration.
       new  efeba1b   Move tests.
       new  df8b1e1   Update gitignore for VI
       new  f7cb0a0   Add SubFactories, and full testing.
       new  87f6af9   Version bump
       new  e3ec551   Ignore coverage files.
       new  e42516b   Prevent inherited classes from affecting superclasses.
       new  cb66c88   Fix the SubFactory/Sequence behaviour.
       new  e16a7e3   Add tests for nice behaviour of SubFactory.
       new  b832744   Add a new type of attribute, SelfAttribute.
       new  674878a   Allow users to define a custom method for retrieving the first sequence of a given factory.
       new  c4e749b   Add some doc on subfactories.
       new  ea86cec   Fix doc for _setup_next_sequence; fix trailing whitespace.
       new  7203717   Add a 'DjangoModelFactory'.
       new  70e9611   Allow the definition of 'abstract' factories.
       new  bbe78f8   Use the same sequence counter for parent and child classes.
       new  e7ff751   Bugfix DjangoModelFactory
       new  0064fcf   Cleanup rmoch's DjangoModelFactory fix.
       new  6983f7f   Allow inheriting from more than one factory.
       new  0d97937   Update docstrings.
       new  8963146   Handle nested SubFactory with extra attributes.
       new  2821684   Better fix for nested subfactories.
       new  5c770cb   Huge refactoring and code cleanup.
       new  fc2ee21   Update all tests, and fix a couple of bugs.
       new  d17972e   Bugfix for stub.
       new  41c6834   Rewrite all the 'OrderedDeclaration' part.
       new  d90d41a   Django models always have a _default_manager attribute; .objects may not be a manager.
       new  5081386   Update README.
       new  7e72344   Add first draft of a documentation.
       new  7e8666e   Version bump, author info updated.
       new  cee95fc   Add utf8 file headers.
       new  7897776   Temporary alternate package name.
       new  776674d   Allow custom 'build' functions.
       new  0cabe97   Add a 'test' command to the setup.py script.
       new  dec5153   Update copyrights.
       new  055c40b   Add encoding header.
       new  d7058e7   Cleanup base module.
       new  f6f7178   More cleanup and comments in factory.base
       new  6e5abce   Cleanup 'factory.declarations'.
       new  21c80c7   Cleanup 'factory.declarations'.
       new  adf158a   Update author/maintainer information.
       new  c7d92cb   Updated the package description
       new  8d340fa   Merge pull request #2 from dnerdy/master
       new  41ad5d0   Fix package name for re-upload to PyPI.
       new  5620221   Fix kwargs syntax in README custom creation section.
       new  715276f   Add docs for SubFactory.
       new  105f2fe   Properly import the 'base' module in test_base.
       new  8563a98   Add factory.build(), factory.create(), factory.stub() methods.
       new  bcc1ad6   Publish the make_factory method, and make sure that complex declarations work with it.
       new  b81f028   Add examples to the doc.
       new  1d2ca8d   Add tests for subfactory field overriding.
       new  87ff554   Use pip instead of easy_install
       new  86393d4   Allow public classmethods on factories.
       new  aa365e2   Merge pull request #3 from ghickman/master
       new  4964327   Add support for 'LazyContainerAttribute', when a SubFactory field needs access to attributes from its parent.
       new  363fa7b   Rearrange tests.
       new  24b6a6b   Merge branch 'master' into allow-public-classmethods
       new  bf57308   Added API test for classmethod on factory.
       new  8aec453   Clarify extended if check in DeclarationDict.update_with_public.
       new  99ffa8c   Added support for staticmethods on factories as well.
       new  5bdc19c   Correct out-of-date docstring.
       new  74225f5   Merge pull request #4 from carljm/allow-public-classmethods
       new  0c4b933   Rename LazyContainerAttibute to ContainerAttribute.
       new  c60c310   Add __repr__ / __str__ to a couple of objects.
       new  6329a89   Add a PendingDeprecationWarning on associated class auto-discovery.
       new  aaf283a   Remove deprecated examples from the doc -- explicit is better than implicit, etc.
       new  33d5a1e   Update README.rst
       new  ff9d0f5   Merge pull request #5 from eyvoro/patch-1
       new  491bd12   Initial debian packaging
       new  2a11385   Allow using '__' in factory.SelfAttribute.
       new  826312a   Improve documentation.
       new  b297d69   Upgrade version.
       new  3663c10   Add README.
       new  dc16881   Improve the 'SelfAttribute' syntax.
       new  5927433   Improve docs.
       new  1643e56   Add batches.
       new  86cd8c2   Version bump
       new  cbbe5cc   Add support for 'generate' and 'simple_generate'
       new  8a459c5   Add the Iterator and InfiniteIterator attribute kinds.
       new  b1682f4   Version bump.
       new  176c017   Merge tag 'v1.1.2' into debian/unstable
       new  a82cebe   New upstream release
       new  8879108   Add a couple of tests for scope bleeding with InfiniteIterator and list comprehensions (See #6).
       new  0f4e9d3   Add MANIFEST.in
       new  f061672   Add MANIFEST.in entries for docs and tests.
       new  8401921   Version bump, for packaging purposes.
       new  0f4c764   Merge tag 'v1.1.3' into debian/unstable
       new  b062e4d   New upstream release
       new  db643d4   Add a '@use_strategy' decorator for forcing alternate strategies.
       new  b54ff5c   Added watch file
       new  0708fc0   Add travis-ci configuration.
       new  4bcf146   Add and document abstract factories (Closes #8).
       new  ff95894   Fix the __str__ method of factory classes.
       new  250ce5b   Fix tests.
       new  e80cbdc   Move ATTR_SPLITTER logic to a dedicated module.
       new  af00973   Test running improvements: tests can be run under python 2.6 (by using optional unittest2), tox config for testing under different pythons, explicit python version requirements (factory_boy works with python 2.6 and 2.7); ./setup.py test returns proper error code in case of test failure.
       new  3ee3ec2   2 bytes less to download
       new  223c31c   Merge pull request #9 from kmike/test-improvements
       new  10008c9   proper shebang for setup.py
       new  184dd05   Cleaner extract_dict: allow excluded keys.
       new  3ba8ed5   Add basis for PostGenerationDeclaration
       new  03c9220   Make tests compatible with python2.6 + unittest2
       new  27dcb6f   Whitespace cleanup
       new  b590e50   Add PostGenerationDeclarationDict (cf. DeclarationDict).
       new  0e7fed3   Handle the PostGeneration declarations.
       new  f8a93d6   Expose and test factory.RelatedFactory.
       new  f87f03b   Rename post_declaration to post_generation.
       new  88c7f03   Add doc for post_generation hooks.
       new  b2f9330   Merge pull request #11 from kmike/test-improvements
       new  767537a   Add link to documentation on first page.
       new  41651ed   Cleaner link.
       new  89d3122   Fixed documentation link.
       new  92bb3cf   Fix typo in docs/subfactory.rst (Closes #13).
       new  fbd66ed   Typo in PostGenerationMethodCall.__init__ (Closes #14).
       new  d96c651   Only absorb dependant arguments for SubFactory fields (Closes #15).
       new  37b244b   Enable builds for python-2.6 on travis-ci.
       new  be0b9bf   Try to install unittest2 on python-2.6 for travis-ci.
       new  f60ae42   Add link to travis-ci build status image.
       new  18393e0   Fix sequence count for SubFactory (Closes #16).
       new  13c8b05   Typo.
       new  5e3c4f8   Typo: thoughtbot (fixes link too)
       new  15fdd4d   Merge pull request #17 from michaeljoseph/patch-1
       new  c306987   Version bump to 1.1.4
       new  4a68303   Fix TestCase name conflict
       new  cc1f59b   Fix PostGenerationDeclaration.extract.
       new  163efcd   Version bump
       new  c35e781   Update doc version.
       new  65db1ac   Switch `sorted` argument from `cmp` to `key`.
       new  efd66a9   Merge pull request #21 from msabramo/py3_try3
       new  f0d7e33   utils.multi_extract_dict: improve docstring.
       new  0b27d78   Add syntax highlighting with code-block to README.rst
       new  e0e628e   Better version computing code.
       new  a31e87f   Introduce 'CircularSubFactory.
       new  25d249a   Version bump.
       new  bab7317   Merge pull request #25 from msabramo/syntax-highlighting
       new  c34d012   Add full tests for CircularSubFactory.
       new  be6227b   Explicitly set FACTORY_FOR in tests.
       new  df0b112   Mark automatic associated class discovery as deprecated.
       new  6efa57c   Refactor building_function/creation_function handling.
       new  ebbf350   Add DeprecationWarnings on set_XXX_function.
       new  eeb9a62   Disable new warnings in tests.
       new  b36bcc4   Improve test coverage.
       new  2051535   Add ChangeLog.
       new  2611973   Add support for passing non-kwarg parameters to factories.
       new  ac7e11a   Add roadmap for 2.0.0.
       new  1e12955     * New upstream release.   * Added a get-vcs-source and debian/gbp.conf file.   * Added everyone in the team as uploaders.
       new  fa2c2a5   Merge branch 'master' into debian/experimental
       new  7e4e737   Reverted previous hack with git tags in debian/gbp.conf
       new  9836e01   Back to upstream version 1.1.5
       new  9db320b   Use proper relative/absolute imports.
       new  b093cc6   [py3] Remove calls to iteritems().
       new  d4fcbd3   [py3] Disable 'scope bleeding' test on py3.
       new  b152ba7   [py3] Rename xrange to range
       new  ac90ac4   [py3] Various python3-compatibility fixes.
       new  c86d32b   Mix SelfAttribute with ContainerAttribute.
       new  14640a6   Remove deprecated _*_function class attributes.
       new  a19f64c   Update docstrings.
       new  5ec4a50   Add an extension point for kwargs mangling.
       new  7fe9c7c   Add MogoFactory.
       new  048fb1c   Rename ABSTRACT_FACTORY to FACTORY_ABSTRACT.
       new  a518478   Keep FACTORY_FOR around.
       new  160ce5d   Update ChangeLog.
       new  7aa8e46   Update doc
       new  63c88fb   Update my email;
       new  b449fbf   Fix pk lookup in _setup_next_sequence method.
       new  85ded9c   Add classmethod decorator to child factories methods
       new  c6182cc   Fix version numbering.
       new  94b4dcc   Switching to openstack-pkg-tools packaging.
       new  f3796ca   Added (commented) github tag example in debian/watch
       new  9a5879b   Removed useless X-Python-Version: >= 2.6 tag in debian/control
       new  d83c0c0   Added Pre-Depends: dpkg (>= 1.15.6~) because of xz compression.
       new  a33f349   Fixes syntax of long + short desc
       new  731d2de   Fixes debian/copyright (multiple fixes).
       new  7aecdd0   Updated upstream changelog
       new  57fa2e2   Edited debian/changelog.
       new  8c3c45e   Happy New Year!
       new  a10b58c   Improve README.
       new  5fc48cc   README: fix download section.
       new  853ecc7   Add test for dual class/factory inheritance.
       new  5a1d946   Rewrite the whole documentation.
       new  197e47a   Add a Makefile.
       new  050af55   Improve testing helpers.
       new  ebdfb8c   Improve Iterator and SubFactory declarations.
       new  aa900c9   Tests: move disable_warnings to its own class.
       new  aecf1b7   Tests: improve deprecation warning detection in test_base.
       new  3762184   Deprecate the extract_prefix option to PostGeneration.
       new  f248ebd   Improve coverage.
       new  e8dc25b   Get rid of the FACTORY_ABSTRACT rename.
       new  94a7e26   Update ChangeLog for 1.3.0
       new  d220884   Tests: run tox tests with warnings enabled.
       new  ef1b26e   Improve links in README.
       new  f8708d9   doc: Add recipe for SelfAttribute('..X').
       new  9422cf1   Allow symbol names in RelatedFactory (Closes #30).
       new  7d79243   Add a 'after post_generation' hook to Factory.
       new  be403fd   Use extracted argument in PostGenerationMethodCall.
       new  3c011a3   Let mock source be chosen by Python major version.
       new  2bc0fc8   Cleanup argument extraction in PostGenMethod (See #36).
       new  d50993b   Improve doc on post-generation hooks (Closes #36).
       new  d01f5e6   doc: Add m2m recipes (Closes #29).
       new  114ac64   Stop calling Foo.objects.create() when it doesn't break (Closes #23).
       new  c5ea364   Merge documentation for PostGenerationMethodCall.
       new  b2e7982   Document need for mock/unittest.
       new  17097d2   Version bump to 1.3.0
       new  91592ef   Proper manager fetching in DjangoModelFactory.
       new  ba1fd98   Add FACTORY_CLASS kwarg to make_factory and friends.
       new  7121fbe   Remove building_function/creation_function.
       new  e8327fc   Start work on v2.
       new  f4100b3   Remove automagic associated class discovery.
       new  4e149f9   doc: Fix rst.
       new  e2ac080   Doc: Add mission 'versionadded' tag.
       new  de3a552   Remove InfiniteIterator and infinite_iterator.
       new  16e1a65   Remove CircularSubFactory.
       new  60f0969   Remove extract_prefix from post-generation hooks.
       new  d63821d   Remove unused constants.
       new  6e9bf5a   Merge BaseFactoryMetaClass into FactoryMetaClass.
       new  efc0ca4   Fix exception hierarchy.
       new  66e4f2e   Merge Factory into BaseFactory.
       new  624aedf   Make the Factory class Py3 compatible.
       new  6c4f584   Add full Python 3 compatibility (Closes #10, #20, #49).
       new  4d6847e   Default Sequence.type to int (Closes #50).
       new  7a7bfc7   Advertise PyPy support.
       new  54a915f   declarations: minor code simplification
       new  69e7a86   Add Factory.FACTORY_HIDDEN_ARGS.
       new  6532f25   Add support for get_or_create in DjangoModelFactory.
       new  4c0d065   internal: merge OrderedDeclaration.evaluate() variants.
       new  3aee208   Nit: cleanup name of test methods.
       new  8c1784e   Pylint.
       new  5497138   Add factory.fuzzy (Closes #41).
       new  e7a9a87   Allow overriding the sequence counter.
       new  2b661e6   Add Dict/List declarations (Closes #18).
       new  f35579b   Release v2.0.0
       new  9e17f7e   Add more tests for DjangoModelFactoryTestCase.
       new  68b5872   Release v2.0.1
       new  ef5011d   Don't use objects.get_or_create() unless required.
       new  8768451   Release v2.0.2
       new  b6ecfdf   Add FuzzyDate
       new  a48f648   Add FuzzyDateTime/FuzzyNaiveDateTime.
       new  31f6f66   Update changelog.
       new  b5f0579   docs: add note to SubFactory/RelatedFactory.
       new  3b75e13   Add tests.alter_time and fix time altering on pypy.
       new  38dfde0   declarations: Rename RelatedFactory.name (See #58).
       new  56a5db6   docs: Add recipe for disconnecting signals (Closes #59).
       new  2c8d2cd   Add LazyStub.factory_parent (See #55).
       new  28991f9   Merge tag '2.0.2' into debian/unstable
       new  91b2da5   * Uploading to unstable. * New upstream release 2.0.2
       new  8e5ee2f   Fixed differences with upstream branch.
       new  5bd9dcb     * Switched to debhelper / compat level 9.   * Bumped StandardVersion.
       new  4523d57   using distutils as build system due to the Makefile in the root folder. Switched Architecture: to all from any
       new  9bfc44d   Add doc on ORM support in README (See #60)
       new  639e5cd   Move DjangoModelFactory / MogoFactory to their own modules.
       new  85dde20   Add Factory.reset_sequence.
       new  83461f0   Add django-based tests for DjangoModelFactory.
       new  1f90c65   Update ChangeLog (Closed #57).
       new  a4460de   Factor lazy Factory import code.
       new  2cb136c   Add logging calls (Closes #45).
       new  251ae29   doc: Add :issue: markup
       new  1ba20b0   Properly handle passed-in None in RelatedFactory (Closes #62).
       new  fda40cb   Add Iterator.reset() (Closes #63).
       new  ae84379   Add tests for RelatedFactory extraction.
       new  94d7def   Cleanup PostGenerationDeclaration extraction context.
       new  b72fa40   Fix coverage
       new  c490870   Pass attribute name to PostGenerationDeclaration
       new  a24e2b9   Add factory.django.FileField (See #52)
       new  ae3e8e6   Fix FileField (bytes instead of str)
       new  4bf5881   Added SQLAlchemy support
       new  f216129   Move SQLAlchemyModelFactory in its own module
       new  e3e654a   Added some tests for SQLAlchemyModelFactory
       new  94048a2   Cleaning
       new  5137998   Fixed SQLAlchemy tests on Python32
       new  79ee9d2   Small next sequence refactoring
       new  4f786ac   Updated documentation
       new  cdc3ae9   Update ChangeLog.
       new  77807b4   Fix tests for sqlalchemy.
       new  168ef54   Add factory.django.ImageField (Closes #52).
       new  1a24cf4   Update ChangeLog
       new  29d4362   Get safe against missing PIL.
       new  859703c   Install Pillow on travis.
       new  cf686b2   Release v2.1.0
       new  79566ad   docs: Add reference to version sections.
       new  0a35ba8   tests: Safer againt not-installed Django.
       new  5b285bc   Fix default color for factory.django.ImageField
       new  740eeb0   Release v2.1.1
       new  1c473f9   Fix factory.sequence documentation (Closes #77).
       new  5730d4a   Clarify intro doc about @lazy_attribute.
       new  2796de7   Make ABSTRACT_FACTORY optional (Closes #74)
       new  9afe451   doc: Fix 'ProfileFactory' doc.
       new  7ee0e92   Fix setup.py post-setuptools/distribute merge.
       new  50a4ec9   Release v2.1.2
       new  7e7abf1   Final fix for setup.py
       new  1c24da2   More fixes to tests
       new  7040907   Add dev_requirements file.
       new  ac1322c   Add 'coverage' dependency.
       new  7fc3e4c   Remove duplicate SQLAlchemyModelFactory (Closes #83).
       new  297a111   Allow FACTORY_FOR = 'app.Model' for Django (Closes #66).
       new  948d8c4   Update ChangeLog
       new  ca39399   Fix undefined error in profile example
       new  676e02f   Adding factory support for mongoengine (Closes #89).
       new  e48fb60   Use temporary mongo databases for tests.
       new  da715e3   Fix mongoengine connection.
       new  a8742c9   Add 'factory.debug' context manager.
       new  7fe9dca   Properly handle Sequence & inheritance (Closes #93).
       new  8e37deb   Lint
       new  ea00fa3   Release v2.2.0
       new  2e5046b   Fix Django sequences with abstract base models.
       new  21d38ca   Release v2.2.1
       new  6834fd7   doc: Fix typo in django notes.
       new  990bfaf   Added FuzzyText attribute.
       new  dc482f6   Update Changelog with FuzzyText (Closes #97).
       new  132eca8   Added a Fuzzy Decimal attribute.
       new  382e319   Style fixes for FuzzyDecimal (Closes #94).
       new  5fc87aa   django: Add tests for 'pk=None' with get_or_create.
       new  cea0433   Fix FuzzyDecimal tests.
       new  5c10062   Fix FuzzyDecimal on Python2.6.
       new  9596417   Fix compatibility wrapper for Decimal.
       new  689b06c   Rename README.
       new  47a9ddc   Updated VCS fields.
       new  1935fec   Merge branch 'debian/unstable' of ssh://git.gplhost.com/var/cache/git/openstack/factory-boy into debian/unstable
       new  252e7ee   updates debian/changelog
       new  ccd6a99   django: Fix lazy loading of 'son' factories (Closes #109).
       new  7ca7d10   Fix typo spotted by @philipkimmey (Closes #110).
       new  b2c1588   Packaging: Use codecs.open (Closes #114, #118).
       new  924d8a6   Added SubFactory support for MongoEngine's EmbeddedDocument
       new  8a014a3   Add doc for MongoEngineFactory's support of EmbeddedDocument.
       new  09c0258   Don't install Pillow on PyPy on travis.
       new  20a0956   Typo in .travis.yml
       new  0c29413   Release v2.3.0
       new  02e4cfd   Added FuzzyInteger support for step
       new  874b536   Document FuzzyInteger.step
       new  c404da5   Document custom manager method recipe (Closes #119).
       new  acadd14   Fix bug in LazyStub.__getattr__
       new  3feb4f5   Update ChangeLog
       new  4021387   Merge branch 'maint/2.3.x'
       new  9323fbe   Added "prevent_signals" decorator/context manager
       new  dccb37f   Improve mute_signals (Closes #122).
       new  8671859   Add doc for factory.django.mute_signals.
       new  5cd2ba8   Update requirements
       new  f907c40   Fix log_pprint (Closes #123).
       new  e72d94b   Fix mute_signals' decorator.
       new  6f5169a   Fix log_pprint (Closes #123).
       new  fb794bd   Update ChangeLog.
       new  f3ed0fa   Merge branch 'maint/2.3.x'
       new  ecbe555   Fix log_pprint for *args (Closes #127).
       new  497bee6   Fix log_pprint for *args (Closes #127).
       new  8639d0f   Merge branch 'maint/2.3.x'
       new  39383fe   fuzzy: Add FuzzyFloat (Closes #124).
       new  90db123   Release v2.3.1
       new  410ebca   Merge branch 'maint/2.3.x'
       new  420bd37   Typo
       new  595c472   Make safe repr more safe
       new  e23b488   Add test ensuring that classmethods aren't altered (See #135).
       new  e320cab   Update utils.py
       new  42d3d4b   Fix 'gif' image tests.
       new  bc5ac1d   Revert "Updated VCS fields."
       new  c9f01d7   Now packaging upstream release 2.3.1
       new  1073f2a   Merge tag '2.3.1' into debian/unstable
       new  eaaafd5   Added mock and unittest2 as build-deps
       new  1eee818   Standards-Version: 3.9.5
       new  5f99e83   Now running unit tests at build time.
       new  f3eb098   Added missing python-setuptools build-depends.
       new  1fdba9d   Improve README.
       new  69894fc   Switch FACTORY_FOR and related to 'class Meta'.
       new  80eaa0c   factory.django: Fix counter inheritance with abstract models.
       new  92bb395   Migrate factory.alchemy to class Meta
       new  47b34e9   Add tests for class Meta
       new  3957447   Switch tests to class Meta.
       new  d26f413   Remove containers.DeclarationsDict.
       new  c7b2ac7   Add DeprecationWarning for FACTORY_* kwargs
       new  fd3d258   Update ChangeLog
       new  b245a83   Update docs for class Meta.
       new  3a57095   Rename 'target' to 'model'.
       new  f2d0414   Rename hidden/arg_parameters to exclude/inline_args.
       new  ecde9a5   Update ideas.
       new  3d7a00d   Improve docs on create_batch (Closes #139).
       new  46ae739   Fix test_deprecation test.
       new  790e8ea   Introduce back missing doc about migrating FACTROY_DJANGO_GET_OR_CREATE.
       new  ad05678   doc: Document upgrade path for FACTORY_*.
       new  d9b49c7   Provide readable errors when Meta.model isn't set (Closes #137).
       new  52a66af   Release v2.4.0
       new  6269fef   Fix typo (Closes #144).
       new  e2ef7c9   Fix declaration inheritance.
       new  87f8cc0   Release v2.4.1
       new  80628cd   Now packaging upstream release 2.4.1
       new  45918ff   Merge tag '2.4.1' into debian/unstable
       new  943ad59   Fixed debian/copyright with authors
       new  d38fbe9   Added Python3 support and sphinx doc.
       new  492d5fa   changelog closes #753558
       new  7c4adcc   Added debian/patches/removed-privacy-breach.patch
       new  82988e1   tests: Update to Django new 'duplicate file' mechanism.
       new  6af6ed3   Disabled broken a test (Closes: #759914).
       new  1a00eef   Fix test running without django (Closes #161).
       new  251c9ef   Fix typo in docs (Closes #157).
       new  5e4edb4   Django1.7 is out, let's not test it on Python2.6
       new  25bd44c   Fix support for Django 1.7.
       new  f81aba2   Fix travis.yml
       new  d34d35e     * Add a patch to call django.setup() if using Django 1.7 in the unit tests.     This fixes FTBFS (Closes: #764837).
       new  c2f6e9c   Standards-Version is now 3.9.6 (no change).
       new  7041255   Add tests for self-referential models (See #173).
       new  827af8f   Add docs for manual sequence counter management
       new  13d310f   Remove automagic pk-based sequence setup
       new  336ea5a   Remove deprecated features.
       new  7b31d60   Fix typo in docs
       new  392db86   Fix reference docs (Closes #166, #167).
       new  f83c602   docs: Add explanations about SQLAlchemy's scoped_session.
       new  d95bc98   docs: Improve explanation of SQLAlchemy's scoped_session.
       new  97a8890   Enable resetting factory.fuzzy's random generator (Closes #175, #185).
       new  93e37c2   Remove sphinx markup from README.rst (Closes #180).
       new  efa9d3c   Fix typos in docs (Closes #159, closes #178, closes #188).
       new  b6f6ae4   Fix bad default value for Factory.declarations (Closes #162).
       new  c666411   Docs: fix default strategy (Closes #158).
       new  6b9a2b5   Logs: Allow non-integer sequences (Closes #148).
       new  40d4a4b   Fix typo in FuzzyDateTime (Closes #189).
       new  69befae   Allow lazy evaluation of FuzzyChoice's iterators (Closes #184).
       new  72fd943   Fix issues between mute_signals() and factory inheritance (Closes #183).
       new  636ca46   Add support for multidb with Django (Closes #171).
       new  a456a9e   Remove limitations of factory.StubFactory (Closes #131).
       new  4e0e563   Turn FileField/ImageField into normal fields (Closes #141).
       new  35f9ee1   Release v2.5.0
       new  8a3127f   Get ready for next release.
       new  a1e5ff1   Update header years.
       new  140956f   Clarify impacts of 2.5.0.
       new  d6f351c   Add upgrade instructions for 2.5.0
       new  03ca4ec   Remove debug prints
       new  bdc1b81   Respect default manager in DjangoModelFactory (Closes #192).
       new  5363951   Support declarations in FileField/ImageField.
       new  48a1e4a   Release v2.5.1
       new  71f5d76   Fix custom queryset tests for Django<1.7
       new  c77d97d   Fix imports for Django 1.8
       new  ae5d46a   Fix tests with latest pymongo/mongoengine.
       new  c58a190   mongoengine: allow tuning the server timeout.
       new  16b414d   test_mongoengine: fix typo
       new  e357919   Remove warnings with Django 1.7 (Closes #195).
       new  52c984d   Fix minor typo (Closes #194).
       new  23616f4   Update travis config: focus on Py2.7/Py3.4
       new  3bb4a0e   Add wheel support
       new  86d1b29   Add badges to README.
       new  0e73c40   Declare Python3.4 support
       new  f73be3f   Fix typo in setup.py (Closes #197).
       new  24269d9   Release v2.5.2
       new  9b8ad9b   README: Remove duplicate "latest release" block.
       new  0e3cdff   Clarify .build() issue with Django>1.8 (Ref #198).
       new  bb7939b   Simplify dependencies installation for multi-version.
       new  526293f   Fix test startup for Django==1.6
       new  d0de4c4   Update testing instructions.
       new  e95475d   Simpler way to define version names.
       new  29de94f   Allow skipping Mongo tests.
       new  536ac1b   Fix typo.
       new  fa6d60d   Add Meta.rename to handle name conflicts (See #206).
       new  939796a   Fix typo in docs/fuzzy (Closes #207).
       new  da8d2e6   Update README.rst - "attributes" is not a strategy (Closes #204).
       new  6f37f9b   Add factory.Faker()
       new  ebc8952   Add lazy loading to factory.Iterator.
       new  e9851a7   Docs: fix minor typo.
       new  0b5270e   Properly handle custom Django managers (Closes #201).
       new  9246fa6   Improve ORM layer import paths (Closes #186).
       new  1e1f4c4   Added Suggests: python-factory-boy-doc (Closes: #787282).
       new  c8d021c   Removes .pth file.
       new  d92aeed   Fixed gbp.conf
       new  5114549   Remove requirement.txt, move content into requirements.txt
       new  d471c1b   Fix mute_signals behavior for signals with caching
       new  6d190fa   Improve @coagulant's fixes to django signals (Closes #212).
       new  63edb52   Improve debug logging efficiency (Closes #155).
       new  b0fbd24   Add examples folder.
       new  197555d   Docs: 'import factory.fuzzy' as required (See #138).
       new  b9347ef   examples: Fix make test (Closes #238)
       new  57be4ac   add a way to add custom providers to Faker
       new  15f3283   Docs: Document Faker.add_provider (Closes #218)
       new  f30c7b2   Lazy load django's get_model (Closes #228).
       new  1e1adeb   Docs: Fix typo in M2M recipes (Closes #226)
       new  dc7d020   mogo: Stop using deprecated .new (Closes #219)
       new  41bbff4   Update note on django's unsaved instance checks
       new  b827b1a   Tox isn't used, remove its config file.
       new  72751ae   Ideas: I want to be able to nest declarations
       new  3b3fed1   Release v2.6.0
       new  5ae2055   docs: Note 2.6.0 release date.
       new  e1bf839   mogo: Stop using .new, continued.
       new  be85908   Fix obsolete text in docs (Closes #245, #248, #249).
       new  a98ad59   Clarify sequence behavior on inheritance
       new  819ffaf   Test LazyValues handling CyclicDefinitionError
       new  f023e5a   Don't leave AttributeBuilder in an inconsistent state on exceptions
       new  05082c6   Fixed spelling.
       new  5000dda   optional forced flush on SQLAlchemyModelFactory
       new  28ce31d   Clarify the (dis)advantages of randomized tests.
       new  4172dd6   optional forced flush on SQLAlchemyModelFactory
       new  b8050b1   added unittests for rbarrois/factory_boy#81
       new  229d438   Clarify the use of SelfAttribute in RelatedFactory (Closes #264)
       new  2eb8242   doc: Use ReadTheDocs theme for local doc builds.
       new  8269885   fuzzy: Fix decimal.FloatOperation warning (Closes #261)
       new  efd5c65   Clarify precedence on factory.django.FileField (Closes #257).
       new  fb613d3   Fix "no FloatOperation test", invalid until PY3
       new  97804f0   Update testing targets (Closes #265)
       new  b655a39   Merge remote-tracking branch 'minjung/flushing_sqlalchemy_factory'
       new  36d2a60   Merge pull request #258 from mluszczyk/patch-1
       new  fb63040   Merge pull request #129 from anentropic/master
       new  8050e99   Switch badges to shields.io
       new  0230704   Announce support for Python3.5
       new  99337aa   Update README: support 2.6-3.5
       new  5ec286d   Document mailing-list
       new  41560aa   Release v2.6.1
       new  38f4a69   Add ChangeLog for 2.6.1
       new  f2c075c   factory: LazyFunction to just call a function in the simplest case
       new  4b80083   Remove a nonexisting argumen "tz"
       new  a852312   Merge tag '2.6.1' into debian/unstable
       new  36ef892   * New upstream release. * Added python(3)-wheel build dependency. * Fixed VCS url (https). * Removed disable-a-test-in-test_existing_file.patch * Removed add-django-1.7-compat-with-new-django.setup.patch * Rebased and fixed debian/patches/removed-privacy-breach.patch * d/copyright fixed.
       new  86dc8ba   Merge pull request #269 from yamaneko1212/master
       new  4fc9caa   Merge pull request #267 from bors-ltd/master
       new  efc8a7e   fuzzy: Minor cleanup in BaseFuzzyDateTime
       new  1e98b18   Switch Travis builds to the container-based infrastructure
       new  86beb74   Merge pull request #252 from jmcarp/patch-1
       new  639b3a3   Add note about deprecate/remove Fuzzy attributes
       new  fb60898   Add test for "build as dict" trick (See #68).
       new  1210a06   docs: Add a proper recipe for dumping to dict
       new  5071655   Stop advertising factory_boy supports Python 2.6
       new  dc10160   Merge pull request #278 from bors-ltd/master
       new  dc1de72   django: Clarify behavior around ``abstract=True``
       new  094a66f   docs: Del obsolete note on abstract Django models
       new  eea28cc   Refactor: move error defs to a dedicated module.
       new  c77962d   Add a new Params section to factories.
       new  03c40fd   Add Traits (Closes #251).
       new  c22729d   Plan for 2.7.0 release.
       new  5836329   Add documentation and test for subfactory using "factory_parent" attribute
       new  b401c3d   Refactor test setup/commands, enable tox.
       new  94a9b2c   Cleanup manifest.
       new  872718c   Merge pull request #285 from sampaccoud/feature/add-documentation-and-test-about-factory-parent-attribute
       new  a17b036   Merge pull request #256 from koterpillar/cyclic-definition-rescue
       new  fbcf128   Fix a17b036: Error messages have moved.
       new  d9098a8   Add custom error message when django_get_or_create is missing an input.
       new  187d849   Merge pull request #292 from rrauenza/master
       new  ae43bc4   Fix typo
       new  f1ed74e   Release version 2.7.0
       new  d54b452   Merge tag 'v2.7.0' into debian/unstable
       new  0001f21   * New upstream release * Add myself to Uploaders * Add build dependencies on fake-factory and python-ipaddress * Bump Standards-Version to 3.9.8 (no changes required) * Change the gbp.conf upstream-tag to include the v prefix, as this makes   git-buildpackage able to find the tags
       new  29746d9   Add a v to the git tag
       new  6bf577a   Releasing to unstable.
       new  0b79838   Add documentation of changes from Baines.
       new  12b520d   d/rules: Changed UPSTREAM_GIT protocol to https
       new  57d621b   Added python-sphinx-rtd-theme to B-D-I (Closes: #830402)
       new  857719d   Added python-sphinx-rtd-theme to build depends (Closes: #830402)
       new  c0f4577   releasing package factory-boy version 2.7.0-2
       new  7259cc9   Team upload
       new  616f88a   Update debian/watch to use github source
       new  071973b   New upstream version 2.8.1
       new  447b116   Merge tag 'v2.8.1' into debian/unstable
       new  bb7b26e   Updates for new upstream version

The 555 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/factory-boy.git



More information about the Python-modules-commits mailing list