Changes between Version 2 and Version 3 of Ticket #34263
- Timestamp:
- Jan 16, 2023, 2:58:58 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34263 – Description
v2 v3 1 Hi, I wrote a file validator that can validation the files based on their MIME and their size and extension, and all of these sections are implemented using their Django own features. I wanted to see I could add this feature to Django and give Pull Request 1 Hi, I wrote a file validator that can validation the files based on their MIME and their size and extension, and all of these sections are implemented using their Django own features. I wanted to see I could add this feature to Django and give Pull Request.