Re: app_get_config(app_label).path as only way to get an app's path

2019-11-11 Thread Christian González
>  if there are more than one packages with the same label? > > Two apps cannot have the same label. One of them must be relabeled as > described > in  > https://docs.djangoproject.com/en/2.2/ref/applications/#django.apps.AppConfig.label. OMG. Are in great advantage - those who can read. > > If

Jobs available

2019-11-11 Thread Jani Tiainen
Hi everyone. Company I work for is looking for several full stack developers. Django, GIS, Oracle and Postgres are some of the tools we're working with. Work is located in Joensuu, Finland (no remote possibility). We can help with relocation if necessary, even outside EU. Open applications can

Re: app_get_config(app_label).path as only way to get an app's path

2019-11-11 Thread Aymeric Augustin
Hello Christian, > if there are more than one packages with the same label? Two apps cannot have the same label. One of them must be relabeled as described in https://docs.djangoproject.com/en/2.2/ref/applications/#django.apps.AppConfig.label

Fellow Reports - November 2019

2019-11-11 Thread Mariusz Felisiak
Week ending November 10, 2019. Released Django 2.2.7, 2.1.14, and 1.11.26. *Triaged:* https://code.djangoproject.com/ticket/27808 - Nested ArrayField with nullable base field generates invalid SQL. (fixed) https://code.djangoproject.com/ticket/30942 - first() and last() return same object

Re: GitHub Actions

2019-11-11 Thread Johannes Hoppe
Hi Mariusz, Cool, let me know if you have any questions about the config file that I wrote. I am happy to help :) Regarding the output, yes I can feel you. However I don’t know if we really need to run tests at verbosity level 2 on CI. One can always do that online or enable it if need be.