Re: Testing pre-release Django

2016-05-21 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
group and stop receiving emails from it, > send an email to django-developers+unsubscr...@googlegroups.com. > To post to this group, send email to django- > develop...@googlegroups.com. > Visit this group at > https://groups.google.com/group/django-developers. > To vie

Re: Django & django-polymorphic

2016-02-10 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
nceManager, polymorphic, and generic-m2m) > https://github.com/elbaschid/mti-lightbulb > Django already uses MTI. The only difference I'm proposing is, basically, making life simpler for those wanting to get all objects as their native class, rather than parent class (while not aff

Django & django-polymorphic

2016-02-10 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
this discussion be opened here, or rather as an issue over at code.djangoproject.com? Thanks, -- Hugo Osvaldo Barrera -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this grou

Re: slow migrations

2016-01-08 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
etmigrations?) In my case, once data migrations have run in staging/production, they're useless and can be ignored forever, so there's no point in keeping them in later squashed migrations months later. -- Hugo Osvaldo Barrera -- You received this message because you are subscribed to th

Re: Vote on Jira as bugtracker

2016-01-08 Thread Hugo Osvaldo Barrera
On Wednesday, January 6, 2016 at 10:09:08 AM UTC-3, Victor Sosa wrote: > > HI, > > I felt like lost using trac; it is kind of messy. I just don't feel > comfortable > with it. > I see so many open source project using Jira that is just natural. Search > is easy, categorize is easy, look throu

Re: why django 1.9 migrations are essential?

2015-11-11 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
://groups.google.com/d/msgid/django-developers/50066b7e-1e16-4fb7-ae22-2c79bf37d06f%40googlegroups.com[1]. > For more options, visit https://groups.google.com/d/optout. -- Hugo Osvaldo Barrera Links: 1. https://groups.google.com/d/msgid/django-developers/50066b7e-1e16-4fb7-ae22-2c79bf37d06f%40goog

AbstractUser hierarchy and email-based-users

2015-09-02 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
especially since this would let me clean up a lot of custom user models), but I'd like to know if these changes would be acceptable or not, or if there's any feedback on it first. Cheers, -- Hugo Osvaldo Barrera -- You received this message because you are subscribed to the Google Gr

Re: Django Admin New Look

2015-08-21 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
On Fri, Aug 21, 2015, at 08:06, elky wrote: > Does 'title' attribute help in terms of accessibility? `title` adds a tooltip, so no, not really. -- Hugo Osvaldo Barrera -- You received this message because you are subscribed to the Google Groups "Django developers (Contr

Re: Django Admin New Look

2015-08-21 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
I checked it with few CMS apps). So font approach is an extra >> headache for app developers. I see not mention of this later on this thread so I have to ask: Do we have an equivalent of an `alt` if using fonts? If not, how would this be usable by, for example, blind users? Currently, d

Rename *SSL* settings to *TLS*

2015-05-01 Thread Hugo Osvaldo Barrera
EADER -> SECURE_PROXY_TLS_HEADER This should improve the ability for new users to find these settings, and reflect current practices (eg: that SSL has been completely deprecated in favour of TLS). Any opinions or complaints to this? -- Hugo Osvaldo Barrera A: Because we read from top to bottom, left to right