django-classified-demo icon indicating copy to clipboard operation
django-classified-demo copied to clipboard

Django Classified Demo

Results 16 django-classified-demo issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 3.2.18 to 3.2.23. Commits 60e648a [3.2.x] Bumped version for 3.2.23 release. f9a7fb8 [3.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. e6d2591 [3.2.x] Added stub...

dependencies

If you try to login with FB you just get this error. I assume that you need to pre-configure FB API integration. But this isn't explained in the readme/docs. ![image](https://user-images.githubusercontent.com/49591562/204139283-71f1b0b7-b083-4ad4-bc2d-ee5fb67ea7c8.png)

The [demo website has an application error.](https://github.com/slyapustin/django-classified-demo#demo-web-site) I assume that free heroku hosting won't work for the future anyway. Maybe come up with a different solution for free demo hosting!?

This PR updates [django](https://pypi.org/project/django) from **3.0.9** to **4.0.3**. Changelog ### 4.0.3 ``` ========================== *March 1, 2022* Django 4.0.3 fixes several bugs in 4.0.2. Also, all Python code in Django is...

This PR updates [psycopg2-binary](https://pypi.org/project/psycopg2-binary) from **2.8.6** to **2.9.3**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/psycopg2-binary - Homepage: https://psycopg.org/

This PR updates [django-storages](https://pypi.org/project/django-storages) from **1.11** to **1.12.3**. Changelog ### 1.12.3 ``` ******************* General ------- - Add support for Python 3.10 (`1078`_) S3 -- - Re-raise non-404 errors in ``.exists()``...

This PR updates [django-environ](https://pypi.org/project/django-environ) from **0.4.5** to **0.8.1**. Changelog ### 0.8.1 ``` Fixed +++++ - Fixed "Invalid line" spam logs on blank lines in env file `340 <https://github.com/joke2k/django-environ/issues/340>`_. - Fixed...

This PR updates [social-auth-app-django](https://pypi.org/project/social-auth-app-django) from **3.1.0** to **5.0.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/social-auth-app-django - Repo: https://github.com/python-social-auth/social-app-django

This PR updates [whitenoise](https://pypi.org/project/whitenoise) from **5.2.0** to **5.3.0**. Changelog ### 5.3.0 ``` ------ * Gracefully handle unparsable If-Modified-Since headers (thanks `danielegozzi <https://github.com/danielegozzi>`_). * Test against Django 3.2 (thanks `jhnbkr <https://github.com/jhnbkr>`_)....

This PR updates [gunicorn](https://pypi.org/project/gunicorn) from **20.0.4** to **20.1.0**. Changelog ### 20.1.0 ``` =================== - document WEB_CONCURRENCY is set by, at least, Heroku - capture peername from accept: Avoid calls to...