How to get started with contribution

2021-10-28 Thread Sudhanshu Gupta
Respected sir/madam, I am Sudhanshu gupta, a electronics undergrad, Ihave just entered my second year at bangalore institute of technology (BIT). I am new to open source contributions but I am well aware of python and django. I would love to contribute to your organisation but could you please t

Handling 404 Not Found Error when page number is out of page range

2021-10-28 Thread Dong-Geon Lee
This discussion is related with ticket 33233(https://code.djangoproject.com/ticket/33233) There is pagination in ListView and it show 404 error when page number is out of page range. It is reasonable but I think the options to control 404 exception always should be there. In current Implement