django-councilmatic icon indicating copy to clipboard operation
django-councilmatic copied to clipboard

:heartpulse: Django app providing core functions for *.councilmatic.org

Results 38 django-councilmatic issues
Sort by recently updated
recently updated
newest added

We've moved templating downstream to the instance code. Is there a reason to retain templates in the core library? Cc @fgregg

Currently, the importer considers legislative session when resolving bills for import, however bills can carry over to the next legislative session. When this happens, the bill no longer resolves because...

#### Tried this repo to run locally but its not working and also from its readme, i tried this one https://github.com/datamade/councilmatic-starter-template to make app locally and run, but this is...

More on escaping special characters: https://lucene.apache.org/solr/guide/7_3/the-standard-query-parser.html#escaping-special-characters Sentry Issue: [LA-METRO-COUNCILMATIC-3S](https://sentry.io/organizations/datamade/issues/1850727577/?referrer=github_integration) ``` SolrError: Solr responded with an error (HTTP 400): [Reason: org.apache.solr.search.SyntaxError: Cannot parse 'bill_type:Federal Legislation / State Legislation (Position)': Lexical error...

See https://github.com/datamade/django-councilmatic/pull/272 for the rationale and approach.

This issue happens for all cities that use your product. Within the `/search` view, you can use the filter parameters to run Javascript code in an HTML script tag. See...

This causes our councilmatics to stop functioning. We need to address this this week.

bug

via @evz's fancy training! we default to storing the raw value for all fields indexed by solr. this is useful if you want to display results without round-tripping to the...