On 6/16/06, Christopher Lenz <[EMAIL PROTECTED]> wrote:
> To reiterate: templates shouldn't need to care about escaping. Django
> *in particular* uses an intentionally dumbed down template system
> that is supposed to be easy for non-programmers, which includes the
> notion that little mistakes in
Brilliant, Christopher. This is exactly the solution I'd be pleased
with!
We still have the problem of invalidating every single template written
so far in Django, however...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
I've had some thoughts bouncing around in my head for a while about
Django's documentation, and I think it's time to finally commit them
to tangible form, so here goes:
Compared to either the standard open-source project or the standard
piece of web software, Django's documentation is good. Reall
On 6/16/06, gastaco <[EMAIL PROTECTED]> wrote:
> Also, does anyone know of any previous browser game attempts with
> Python or Django in general? My research yields little to no such
> projects.
My Dark Secret is a Django-powered game site: http://www.mydarksecret.com/ .
Adrian
--
Adrian Holov
On 6/17/06, gabor <[EMAIL PROTECTED]> wrote:
>
> could you post your model and the relevant part of the view code?
>
I can't today, it'll have to wait until Monday. I'll make sure to
throw it up then.
An interesting thing though, is that when I removed the
'primary_key=True' from my CharField, a
On Sat, 2006-06-17 at 07:27 +, william wrote:
>
[...]
> Sounds nice, this is a feature I'm currently looking for... but I've
> already started my own implementation.
>
> I would just share it with you.
>
> I've build a single table History with :
> - "change"; a text field which will conta
Hi Uros,
Great to see that your RFC is pretty much exactly what I was thinking
(feature and implementation-wise) when I posted
http://groups.google.com/group/django-developers/browse_thread/thread/d90001b1d043253e/77d36caaf8cfb071
It would be nice to record "who" made the change (optionally when
Jay Parlar wrote:
> On 6/16/06, gabor <[EMAIL PROTECTED]> wrote:
>> Jay Parlar wrote:
>> currently you have to use manipulators, if you want to validate the data
>> that enters your models, see
>> http://www.djangoproject.com/documentation/forms/
>>
>> later, when validation-aware models will be i
On 6/17/06, Vitaliy Fuks <[EMAIL PROTECTED]> wrote:
> It would be nice to record "who" made the change (optionally when there
> is a user with an id available).
+1
> I thought that storing complete row copies on both inserts and updates
> to original object isn't that bad - it certainly simplifi
On 16 Jun 2006, at 20:44, gastaco wrote:
> Also, does anyone know of any previous browser game attempts with
> Python or Django in general? My research yields little to no such
> projects.
The only thing that comes to mind is Jacob's Sudoku app, which he
built for his talk at PyCon Dallas:
ht
Uros Trebec wrote:
> Hi, everyone!
>
> First: introduction. My name is Uros Trebec and I was lucky enough to
> be
> selected to implement my idea of "history tracking" in Django. I guess
> at least some of you think this is a very nice feature to have in web
> framework, so I would like to thank
11 matches
Mail list logo