Setting up FreeHG

Jesper Noehr jesper at noehr.org
Fri Aug 1 05:00:25 CDT 2008


On Aug 1, 2008, at 11:50 AM, Jonathan Stott wrote:
> Hi,
>
> I'm trying to install FreeHG for my group at work, so we can all use
> mercurial and share work easily :)
>
> I'm running an FC9 system, with Python 2.5.1 and Django 0.96.2 (and
> mercurial 1.0.1). I applied your views patch, and setup my settings
> file (I'm using mysql, not sqlite3)
[...]

The error indicates that Django does not understand the new-style  
'max_length' parameter, but expects the old (0.96.2) 'maxlength'. You  
should try to run it under the Django 1.0 alpha instead.


Jesper



More information about the Mercurial mailing list