Skip to content

Tags: anshumv/django-oscar

Tags

0.8-beta-3

Toggle 0.8-beta-3's commit message
Revert "Use string notation for factory boy factories"

This reverts commit f243314.

I mistakenly assumed that the string notation would delay the loading of
the model class as it does e.g. when used for ForeignKeys or in the
AUTH_USER_MODEL. But in fact it achieves the opposite, it not just loads
the model, but it requires the entire model registry to be present!

This has been reported in
FactoryBoy/factory_boy#160

Until then, we need to stick to the old syntax.

0.8-beta-2

Toggle 0.8-beta-2's commit message
Bump version to 0.8-beta-2

0.8-beta-1

Toggle 0.8-beta-1's commit message
Bump version to 0.8-beta-1

0.6.5

Toggle 0.6.5's commit message
Bump version to 0.6.5 and update docs

0.7.2

Toggle 0.7.2's commit message
Bump version to 0.7.2 and update docs

0.4.16

Toggle 0.4.16's commit message
Bump version to 0.4.16

0.4.15

Toggle 0.4.15's commit message
Bump version to 0.4.15

0.7.1

Toggle 0.7.1's commit message
Bump version to 0.7.1 and update docs

0.7

Toggle 0.7's commit message
Bump version to 0.7.0 final

Woop.

0.7-beta-1

Toggle 0.7-beta-1's commit message
Improve the 0.7 release notes