klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
944 stars 95 forks source link

Flask default mixer, commit is set to "False" #7

Closed Busata closed 10 years ago

Busata commented 10 years ago

In the documentation you describe that the commit is enabled by default:

"By default Mixer saves generated objects in database. If you want disable this, initialize the Mixer by manual like: Mixer(commit=False)"

But in the flask default mixer you set it to False.

I have no opinion on what the default should be, just wanted to report this.

klen commented 10 years ago

I dont remember why it is :) But something should be fixed of course (docs or flask mixer).

klen commented 10 years ago

Fixed a couple times ago.