Re: status of 1.8 release blockers

2014-12-21 Thread Riccardo Magliocchetti
Hello, Il 20/12/2014 20:40, Tim Graham ha scritto: You can also see other tickets we are targeting for 1.8 with this filter. This includes some of the remaining large features as well as a couple code reorganizations we want to make closer to when cut the 1.8 branch to avoid creating conflicts w

Re: Formalizing template loader and debug api's

2014-12-28 Thread Riccardo Magliocchetti
Hello Preston, Il 28/12/2014 06:30, Preston Timmons ha scritto: Hi all, I've been working on #15053, which enables Django template loaders to extend templates of the same name recursively. The most common use-case for this is extending the admin templates without needing to copy the application

Updating contributing documentation

2015-02-04 Thread Riccardo Magliocchetti
Hello, I'd like to update the contributing (docs/intro/contributing.txt) docs to make the process a bit smoother, here's some issues i've found: - from my own experience it looks like that a pull request is required for review. Documentation say patches in the bugtracker are fine but have be

Re: Updating contributing documentation

2015-02-04 Thread Riccardo Magliocchetti
Il 04/02/2015 10:15, Riccardo Magliocchetti ha scritto: Hello, I'd like to update the contributing (docs/intro/contributing.txt) docs to make the process a bit smoother, here's some issues i've found: - from my own experience it looks like that a pull request is requ

Re: Updating contributing documentation

2015-02-04 Thread Riccardo Magliocchetti
Hi Tim, Il 04/02/2015 13:24, Tim Graham ha scritto: Hi Riccardo, Thanks for the feedback. Maybe adding a link to the patch review checklist [1] to the contributing tutorial would be sufficient. Most of the points you've covered are valid and are covered in the rest of the contributing docs. I'd

django admin: open popups as modals instead of windows

2015-02-24 Thread Riccardo Magliocchetti
[1] https://code.djangoproject.com/ticket/24405 [2] https://github.com/django-admin-bootstrapped/django-admin-bootstrapped/issues/103 thanks -- Riccardo Magliocchetti Software Tinkerer @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Dja

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Riccardo Magliocchetti
entry UI that may not be the case though but i have no clue. Personally I just want to be able to use modals or whatever just by overwriting templates. I get that, I am happy :) thanks -- Riccardo Magliocchetti Software Tinkerer @rmistaken http://menodizero.it -- You received this message

Re: django admin: open popups as modals instead of windows

2015-02-24 Thread Riccardo Magliocchetti
d objects. -0 on morals sounds good :) So i think it'll be better to keep the windows and focus on making experimentation with this widget possible for downstream users. Thanks to everyone that partecipated in the discussion. -- Riccardo Magliocchetti Software Tinkerer @rmistaken

Re: Django Admin New Look

2015-03-04 Thread Riccardo Magliocchetti
dn't be associated with brand * It's better to keep default color scheme (most of apps uses this scheme in their components/widgets) * CSS-only approach is good idea for the beginning Looks good, thanks for your work! Looking forward for a blueish theme :) -- Riccardo Magliocch

Re: Django Admin new look

2015-03-04 Thread Riccardo Magliocchetti
GV? That sounds like pydanny's django-admin2 -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop

Having the app list available on every admin view

2015-03-12 Thread Riccardo Magliocchetti
d be cheaper to add the app_list in the other views? thanks in advance -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubs

Re: Having the app list available on every admin view

2015-03-13 Thread Riccardo Magliocchetti
Il 12/03/2015 21:41, Aymeric Augustin ha scritto: 2015-03-12 18:47 GMT+01:00 Riccardo Magliocchetti mailto:riccardo.magliocche...@gmail.com>>: Finally it looks to me that everything in the app_dict but the permissions could be cached somehow. Would it make sense to cache the app_d

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Riccardo Magliocchetti
go-admin2 https://github.com/AndrewIngram/django-extra-views BTW there was a recent discussion about the admin where people suggested they are just creating a thin rest api over models and reimplementing the ui from scratch. A use case you may want keep into account. thanks -- Riccardo Magli

Re: GSOC: Turn contrib.admin into a customizable management interface

2015-03-24 Thread Riccardo Magliocchetti
Il 24/03/2015 12:37, Germano Gabbianelli ha scritto: On 24/03/15 11:56, Riccardo Magliocchetti wrote: With these sentences I was thinking about customizing the properties of the ModelAdmin without editing the code. For example controlling what fields are shown in the changelist view or even

Re: Feature: Template Components

2015-05-31 Thread Riccardo Magliocchetti
least not in the react.js way, especially from such a bold premise :) thanks -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscri

Re: Feature: Template Components

2015-05-31 Thread Riccardo Magliocchetti
which are Django's current way of solving this. I see, but who are going to do a big js app without using a framework like angular / react.js / ember / whatever? I'm not saying your Component proposal is without merit but i can't see how it can fit where the js app is done with a

forcing a name for a sqlite in memory shared cache test db

2015-10-05 Thread Riccardo Magliocchetti
th 20 seconds timeouts. Looking at the code in db.backends.sqlite3.creation.DatabaseCreation it looks like for some reason it has been disabled since handling of shared cache db has been added in 8c99b792. Does anybody know why? thanks in advance -- Riccardo Magliocchetti @rmistaken

Re: forcing a name for a sqlite in memory shared cache test db

2015-10-05 Thread Riccardo Magliocchetti
d cache db has been added in 8c99b792. Does anybody know why? thanks in advance -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.

Re: improving our Contributor License Agreement process

2015-10-27 Thread Riccardo Magliocchetti
page: https://wiki.documentfoundation.org/Development/Developers -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from

Re: admin: automatic link to files for FileFields in change_list breaks link to change_view (v1.8, #14497)

2015-11-22 Thread Riccardo Magliocchetti
his, any chance to open a pull request? The pull request should contain updated tests to verify that the double link is fixed please. If not i'll give a try of fixing it later this week. thanks -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you

Re: admin: automatic link to files for FileFields in change_list breaks link to change_view (v1.8, #14497)

2015-12-07 Thread Riccardo Magliocchetti
Il 22/11/2015 22:02, Florian Demmer ha scritto: On 2015-11-22 21:31, Riccardo Magliocchetti wrote: Hi Florian, Il 22/11/2015 21:14, Florian Demmer ha scritto: Hi guys, i am confused/surprised by this ticket and already merged feature. it took me a while to find out what was happening in my

admin: implementing list_prefetch_related

2015-12-30 Thread Riccardo Magliocchetti
implementing list_prefetch_related for ModelAdmin? -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop

Re: admin: implementing list_prefetch_related

2015-12-31 Thread Riccardo Magliocchetti
, the syntax for prefetch related is much more complex than for select related, so it's less well suited to this kind of shortcut. Marc On 30 Dec 2015 10:26 a.m., "Riccardo Magliocchetti" mailto:riccardo.magliocche...@gmail.com>> wrote: Hello, the need to list an m2m

On django multi tenancy

2014-04-02 Thread Riccardo Magliocchetti
Hi everyone, i'd like to start a discussion about multi tenancy on this list. I've been asked to move the discussion here by Aymeric in this ticket: https://code.djangoproject.com/ticket/17802 First we already have an initial patch sitting in this ticket: https://code.djangoproject.com/ticke

Re: On django multi tenancy

2014-04-03 Thread Riccardo Magliocchetti
Hello, Il 03/04/2014 00:15, Russell Keith-Magee ha scritto: On Thu, Apr 3, 2014 at 2:20 AM, Riccardo Magliocchetti mailto:riccardo.magliocche...@gmail.com>> wrote: Hi everyone, i'd like to start a discussion about multi tenancy on this list. I've been asked to mov

Re: On django multi tenancy

2014-04-03 Thread Riccardo Magliocchetti
Hello, Il 03/04/2014 09:46, Riccardo Magliocchetti ha scritto: Hello, Il 03/04/2014 00:15, Russell Keith-Magee ha scritto: On Thu, Apr 3, 2014 at 2:20 AM, Riccardo Magliocchetti mailto:riccardo.magliocche...@gmail.com>> wrote: First we already have an initial patch sitting i

Re: On django multi tenancy

2014-04-30 Thread Riccardo Magliocchetti
Hi Eduardo, [adding Stephen McDonald to CC] Il 29/04/2014 21:43, Eduardo Rivas ha scritto: Mezzanine, a Django based CMS, has true multi tenancy. I've used it and works great. However, it's clear it's not something that should be in Django's core, for the reasons other have stated. I'm just bri

database specific checks in deserialization

2014-05-12 Thread Riccardo Magliocchetti
Hello, as of 1.6.x loading fixtures with a blank=True IpAddressField field dumped from a db that allows empty string would fail on postgresql because its specialized field inet does not allow empty strings. This issue has been reported in #6233 [1] that have been closed as duplicate of #5622

Re: Proposal new Django Admin css style

2014-08-02 Thread Riccardo Magliocchetti
Hello, Il 01/08/2014 15:46, Thiago Avelino ha scritto: Hi guys! Django admin has a few years, it works fine (meets the need) only need to evolve the style following the evolution of UX today! We have a plan for change? What do you think of this style ​ https://github.com/hersonls/djamin#screen

Re: On django multi tenancy

2014-08-06 Thread Riccardo Magliocchetti
Hello, Il 06/08/2014 16:34, Robert Grant ha scritto: Does Ikari do what you want? I'm not saying it should or shouldn't be in Django contrib itself, but at least worth taking a look and seeing if that has any useful ideas. Thanks for sharing, the patc

Re: Rename request.GET and POST, and lowercase COOKIES, FILES, and META

2020-05-06 Thread Riccardo Magliocchetti
ifequal which came up on the mailing list recently - put through the normal deprecation path after a few releases with such a note. Given these are on most tutorial / book ever published on paper and on the internet I'd just make them an alias of the new proposed names and kept for q

queryset .all() behavior change in 3.2

2021-07-13 Thread Riccardo Magliocchetti
_objs: related.pk = None related.object = obj related.save() And now the related_object line is as: related_objs = list(obj.relatedobj_set.all()) Is it something that should be documented in the release notes? Thanks -- Riccardo Magliocchetti @rmistaken http://menodize

Re: queryset .all() behavior change in 3.2

2021-07-13 Thread Riccardo Magliocchetti
rsions, though. > Uri. אורי u...@speedy.net On Tue, Jul 13, 2021 at 5:36 PM Riccardo Magliocchetti < riccardo.magliocche...@gmail.com> wrote: Hello, when porting a django application from 3.1.13 to 3.2.5 I found a behavior change I don't see documented in the release notes. The c

Re: Rate limiting failed login attempts/failed password changes

2017-11-15 Thread Riccardo Magliocchetti
ation that uses contrib.auth. What are your thoughts on this? Is there anything wrong on doing rate limit on the http proxy? There are good chances it's already implemented there. -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are sub

include only columns from selected related models in select_related query

2019-02-11 Thread Riccardo Magliocchetti
. What do you think? Thanks -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from

Re: Django security releases issued: 2.1.6, 2.0.11, and 1.11.19

2019-02-11 Thread Riccardo Magliocchetti
get_package_libraries "trying to load '%s': %s" % (entry[1], e) InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django.contrib.admin.templatetags.base': cannot import name getfullargspec 1.11.18 works fine for the

Re: Django security releases issued: 2.1.6, 2.0.11, and 1.11.19

2019-02-11 Thread Riccardo Magliocchetti
ngo/template/backends/django.py", line 130, in get_package_libraries "trying to load '%s': %s" % (entry[1], e) InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django.contrib.admin.templatetags.base'

Re: Django security releases issued: 2.1.6, 2.0.11, and 1.11.19

2019-02-11 Thread Riccardo Magliocchetti
Il 11/02/19 13:06, Raffaele Salmaso ha scritto: On Mon, Feb 11, 2019 at 12:25 PM Riccardo Magliocchetti < riccardo.magliocche...@gmail.com> wrote: InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django.contrib.admin.templatetags.ba

Re: include only columns from selected related models in select_related query

2019-02-11 Thread Riccardo Magliocchetti
__hometown') to just get the values you need. Sure but the query would be everything but readable :) The point of a parameter to select_related would be to avoid to type explicitly fields not in select_related and the one in select_related twice. On Mon, Feb 11, 2019 at 5:50 AM Ricc

Re: thinking about the admin's scope and its description in the docs

2016-02-10 Thread Riccardo Magliocchetti
ility standpoint. Wasn't the plan to revise these customizations points and thus probably breaking backwards compatibility anyway? -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django

Re: change commit message format to present tense?

2016-06-27 Thread Riccardo Magliocchetti
en chasing a bug? They have a far better culture at that to what in my experience have found in the python ecosystem. So let's just copy that :) -- Riccardo Magliocchetti @rmistaken -- You received this message because you are subscribed to the Google Groups "Django developers

migrations operation to alter model bases

2016-12-13 Thread Riccardo Magliocchetti
in advance -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: migrations operation to alter model bases

2016-12-14 Thread Riccardo Magliocchetti
re's not one in django? Would it be interesting to add it? thanks in advance -- Riccardo Magliocchetti @rmistaken http://menodizero.it -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to