Could you please fork from the main django-extensions git repository and
recommit the patch there ?
I'm also thinking if we can roll these kind of commands into one.
For example:
./manage.py sync [permissions] [contenttypes] [etc]
('sync' might probably not the best command name here)
Other possibilities for a command like this could be:
- ImageField / File*Field, where is looks to the target directory and
sync any existing files there back into the table.
Can anybody think of other use cases for this ?
-Bas
On Mon, 2009-03-30 at 09:04 -0700, akaihola wrote:
> On 27 maalis, 18:11, andybak <andy
...@gmail.com> wrote:
> > I might be missing something here as I'm a Git newbie but your git
> > tree seems identical to the the main trunk and your diff file is
> > empty.
> The patched version lives in the sync-ct-perm branch.