Re: Testing pre-release Django

2016-05-21 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
When contributing to apps (dependencies), I've noticed developers tend to expect a stable django release before merging in support and making a new stable release, rather than doing so before the new django release. This happened when I send patched to a few project with dj1.9 support. If the dja

Re: Django & django-polymorphic

2016-02-10 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
Hi all, On Wed, Feb 10, 2016, at 19:38, Tim Graham wrote: > I'm not sure. Did you find this past discussion: > https://groups.google.com/d/topic/django-developers/tSLuqu0UFrY/discussion > ? The idea was also mentioned a month ago with no replies: > https://groups.google.com/d/topic/django-develope

Django & django-polymorphic

2016-02-10 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
Hi there, I'd love to see some (most?) of the features from django-polymorphic on django itself. I'm very much be willing to work on this myself. Of course, there's several details that need to be discussed too, HOWEVER, but before I even start, I'd like to know if they'd even be acceptable in dja

Re: slow migrations

2016-01-08 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
On Thu, Jan 7, 2016, at 19:12, Carl Meyer wrote: > On 01/07/2016 03:03 PM, Aymeric Augustin wrote: > > As far as I understand, the CPU cost comes from generating a full set of > > model classes for each step of the migration history. That’s consistent > > with the profile sent by Florian. > > > >

Re: why django 1.9 migrations are essential?

2015-11-11 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
On Wed, Nov 11, 2015, at 16:47, skyjur wrote: > Back before django got migrations with south it was possible to do: > > syncdb --all (create all tables old way)   migrate --fake (mark all > migrations done) Keep in mind that these are not equivalent to running `migrate`. Data migrations would nev

AbstractUser hierarchy and email-based-users

2015-09-02 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
Hi, I've worked on several apps where users don't have a username, and instead require a unique email. Every time, I've used a similar custom user model which extended AbstractBaseUser, PermissionsMixin. I then had to copy-paste several fields from AbstractUser into my custom user (either because

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 (Contributions to Django i

Re: Django Admin New Look

2015-08-21 Thread 'Hugo Osvaldo Barrera' via Django developers (Contributions to Django itself)
On Sun, Aug 16, 2015, at 16:00, elky wrote: > Hi guys, > > I made double work for vector icons - now we have Font and SVG icons. > Let's choose what to use. > > *Quoting my comment[1] from SVG discussion here:* > >> Well, only week ago I was 100% happy with font icons. But after >> Collin's comme