Re: Proposal: default escaping

2006-06-17 Thread SmileyChris
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

Proposal for documentation reform

2006-06-17 Thread James Bennett
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.

Re: Django and browser game development

2006-06-17 Thread Adrian Holovaty
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

Re: RFC: Django history tracking

2006-06-17 Thread Malcolm Tredinnick
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

Re: RFC: Django history tracking

2006-06-17 Thread Vitaliy Fuks
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

Re: validate_full never called?

2006-06-17 Thread gabor
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

Re: RFC: Django history tracking

2006-06-17 Thread Jeremy Dunck
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

Re: Django and browser game development

2006-06-17 Thread Simon Willison
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:

Re: RFC: Django history tracking

2006-06-17 Thread william
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