Ramiro Morales

Results 18 issues of Ramiro Morales

First of all, this project is a great idea. Thanks! From https://github.com/akaariai/django-reverse-unique/blame/f0dd7c01ae8ed6193a7ee26b7f4e4195ae42dadd/README.rst#L59-L60 ```py current_salary = models.ReverseUnique( "EmployeeSalary", filter=Q(valid_from__gte=datetime.now) & (Q(valid_until__isnull=True) | Q(valid_until__lte=datetime.now)) ) ``` aren't the `valid_from` and `valid_until` filters...

### Description Adapt to new method for sending search query data (POST). ### Checklist: - [x] My code follows the [add-on rules](http://kodi.wiki/view/Add-on_rules) and [piracy stance](http://kodi.wiki/view/Official:Forum_rules#Piracy_Policy) of this project. - [x]...

### Description First version to be submitted to Kodi v19 (Matrix) addons repository. Only compatible with Python 3. Thanks @pedrochiuaua for the initiative and help. Note: This addon already exist...

Approved

A bare bones setup of two pages and two posts gets broken because of a template change missed in #665 Fatal error message in readable form: ``` ERROR render: failed...

Consider this simple scenario: You have two pages in the main section: * About * Contact created by `.md` files in `content/` Also, a series of blog posts with content...

Update docs branch, use Sphinx's autodoc. Better visibility for high quality content that's already written.

Al menos al día de hoy ha vuelto a funcionar la búsqueda usando GET y query string como sucedía hasta [mediados de julio](https://github.com/ramiro/service.subtitles.subdivx/issues/48#issuecomment-1186248795) fecha en la que luego de cambios...

Tener en cuenta nuevo flujo de trabajo descrito en: https://github.com/xbmc/repo-scripts/blob/master/CONTRIBUTING.md Vamos a mantener este repositorio que va a seguir siendo el núcleo del desarrollo. Una vez que llegue el momento...