On Thu, Jan 29, 2009 at 4:49 PM, maltebeckm...@mac.com <
maltebeckm...@gmail.com> wrote:
>
> I am an Expression Engine (CMS) fan who recently got convinced that
> Python is way cooler than PHP. Problem is that Expression Engine is
> written in PHP.
>
> Is there an Expression Engine for Django, i.e
I am an Expression Engine (CMS) fan who recently got convinced that
Python is way cooler than PHP. Problem is that Expression Engine is
written in PHP.
Is there an Expression Engine for Django, i.e. an installation package
that can be deployed by people with less development experience?
I am bri
Ticket added (#10149)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to
d
As already described in the subject, max_length is not validated for
FileField/ImageField like CharField does. Sometimes happens that
people uploads files with very long names. Files are uploaded as well
but the value of the column is trucated to max_length.
--~--~-~--~~~--
Hi all,
With [9792], I've committed F() query expressions to trunk. For
details, see the docs:
http://docs.djangoproject.com/en/dev/topics/db/queries/#filters-can-reference-fields-on-the-model
There are two caveats worth knowing about:
1) This patch reveals a bug in the SQLite package that shi
On Thu, Jan 29, 2009 at 2:24 AM, Malcolm Tredinnick <
malc...@pointy-stick.com> wrote:
>
> Use "..versionadded::", but make the version be 1.1, not "dev". There's
> a patch that we haven't applied yet, but will soon, in Trac to convert
> all references to the next version to read "development vers