What You Need to Know to Manage Users in Django Admin
Explains security risks and best practices for managing user permissions in Django's admin interface to prevent data leaks.
Explains security risks and best practices for managing user permissions in Django's admin interface to prevent data leaks.
A guide to creating a custom text input filter for Django Admin to improve performance over standard search fields.
Analyzing and solving a performance issue in Django Admin's date hierarchy filter with large datasets and PostgreSQL.
A technical article about optimizing Django Admin's date_hierarchy feature to eliminate performance bottlenecks caused by expensive database queries.
Five practical security and usability improvements for the Django Admin interface, including URL changes, environment indicators, and 2FA.
Optimizing Django Admin performance for large-scale applications by addressing common issues like the N+1 query problem and database load.
Announcing a Django library for generating histogram reports in the admin interface, grouped by date fields.
Argues against including jQuery in Django's admin interface to keep contribution accessible and avoid endorsing a single JavaScript toolkit.
A technical guide on creating custom admin views and reversing admin URLs in Django 1.1, with a practical example from a project.
A technical guide on implementing blog post preview functionality within the Django admin interface, discussing methods and trade-offs.
Django 1.1 introduces a new admin URL system using standard resolvers, allowing URL reversal and custom URL-providing objects.
A developer highlights key upcoming features in Django 1.1, including ORM aggregation, model validation, and class-based generic views.