Re: table prefix and question of possible solution

2011-02-07 Thread Dmitry Gladkov
o I'm sure I've done something terribly wrong, so someone please take a look at it: http://code.djangoproject.com/ticket/15238 Best regards, Dmitry Gladkov On Feb 2, 4:19 pm, Vitaliy wrote: > I have a case where I have a lot of django sites(partially with the > same code) must run

Re: Default project layout / directory structure

2011-03-13 Thread Dmitry Gladkov
I'm +1 on this. Project conventions tend to be the biggest problem when adding new people to the team, especially when it comes to configuration management - everyone has their own way. It would be great if there will be at least an official list of best practices on building Django project layout

Re: Decision for ticket #6362 - Remove blank spaces with strip when validating the data

2011-07-11 Thread Dmitry Gladkov
d like to hear what do you think about this idea. Thanks. [1] https://docs.djangoproject.com/en/dev/ref/forms/validation/#using-validators -- Best wishes, Dmitry Gladkov, mailto:dmitry.glad...@gmail.com +380 91 303-37-46 On Mon, Jul 11, 2011 at 12:26 AM, Chris Beaven wrote: > To clarify, didn't even

Re: Decision for ticket #6362 - Remove blank spaces with strip when validating the data

2011-07-12 Thread Dmitry Gladkov
as a cleaner should return a value whether a validator should not. -- Best wishes, Dmitry Gladkov, mailto:dmitry.glad...@gmail.com +380 91 303-37-46 On Tue, Jul 12, 2011 at 2:09 PM, burc...@gmail.com wrote: > Hi Dmitry, > I think we could have combination of "validators"

Re: Storing IP address as integer within database to remove need for full text search

2011-07-18 Thread Dmitry Gladkov
I like the idea, but I don't like the approach, it should be a subclass of PositiveIntegerField, as it is an unsigned int on DB level. Also, I agree with Łukasz that it should support both IPv6 and IPv4. -- Best wishes, Dmitry Gladkov, mailto:dmitry.glad...@gmail.com +380 91 303-37-46 O

Re: Not able to install Django in Windows10

2016-02-22 Thread Dmitry Gladkov
pip mailing list -- Best wishes, Dmitry Gladkov, mailto:dmitry.glad...@gmail.com +380 91 303-37-46 On 22 February 2016 at 08:09, Nasif Noorudeen wrote: > I am not able to install Django 1.9.2(any version of Django ) in Windows > 10. I am using following command to install Django > >

Re: Check if dependencies are up to date

2017-01-16 Thread Dmitry Gladkov
unserver') I believe this also can be used by Django itself as there are some cases where contrib apps override core command functionality (I believe this happens for staticfiles app overriding runserver) Should I create a ticket about it? -- Best wishes, Dmitry Gladkov On 16 January 2

Re: Check if dependencies are up to date

2017-01-18 Thread Dmitry Gladkov
to me. Anyway, I created a PR with PoC implementation of command signals with slightly different usage that my previous example code: https://github.com/django/django/pull/7857 -- Best wishes, Dmitry Gladkov -- You received this message because you are subscribed to the Google Groups "Django dev

Re: Presenting DCP, a compatibility layer for Django (feedback welcome)

2017-01-22 Thread Dmitry Gladkov
demod -- Best wishes, Dmitry Gladkov On 22 January 2017 at 20:53, Pascal Chambon wrote: > Hi, > > @James Pc - thanks for the support, if you happen to miss some fixers in > DCP and don't have the opportunity to contribute them, please open an issue > so that I have a look >