I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, [email protected] More... almost 18 years ago
Eliminated lots of mutable default arguments (since they are bugs waiting to happen and are memory leaks too). More... almost 18 years ago
Fixed #2073 -- Improved 'manage.py shell' not to pass argv to IPython if it's installed. Thanks, [email protected] More... almost 18 years ago
Cleaned up some small formatting in docs/authentication.txt More... almost 18 years ago
Fixed #1635 -- Admin-site related-object popup no longer fails for edit_inline objects in IE/Win. Thanks, Christopher Lenz More... almost 18 years ago
Fixed #1999 -- Sidebar widths are now specified in ems and will scale up with increasing font size. More... almost 18 years ago
Fixed #2072 -- Moved IE hacks out of changelists.css into patch-iewin.css to avoid confusion. More... almost 18 years ago
fixed #2010: updated 'nl' translation More... almost 18 years ago
Fixed #1638 -- Documented shortcomings of development server in docs/django-admin.txt More... almost 18 years ago
Fixed #1870 -- Clarified (hopefully) the TEMPLATE_DIRS section of docs/templates_python.txt More... almost 18 years ago
Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95 More... almost 18 years ago
Fixed #1966 -- Documented list_per_page Admin option More... almost 18 years ago
Fixed #1991 -- Changed AuthenticationForm to disallow users with is_active=False from logging in. Thanks, [email protected] and [email protected] More... almost 18 years ago
Fixed #2025 -- Fixed some issues with URL reversal, which still isn't ready for prime time. Thanks, medhat More... almost 18 years ago
Fixed #2063 -- Made admin date_hierarchy i18n-friendly by using the new YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT technical message IDs. Thanks, ramiro More... almost 18 years ago
Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and added technical message IDs of the same names. Thanks, ramiro More... almost 18 years ago
Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txt More... almost 18 years ago
Fixed #2065 -- Changed setup.py to install django.contrib.comments templates. Thanks, Fawad Halim More... almost 18 years ago
Fixed #2055 -- Lengthened form labels on login screen to accommodate longer translated strings. More... almost 18 years ago
Fixed #744 -- Added icon to display null boolean values in admin changelists. More... almost 18 years ago
Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates whether session framework should use browser-session-length cookies. More... almost 18 years ago
Fixed #2045 - TypeError thrown if a form does not have the correct enctype for uploading files. It throws a ValidationError now, as it should. More... almost 18 years ago
Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropped columns. Thanks, Chris Chamberlin More... almost 18 years ago
Fixed bug in Model._get_next_or_previous_in_order() More... almost 18 years ago
Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, [email protected] More... almost 18 years ago
Fixed #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote 'select' parameters that are not all word characters. Thanks, [email protected] More... almost 18 years ago
Fixed #2057 -- Added explicit statement to auto_now and auto_now_add section in docs/model-api.txt More... almost 18 years ago
Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txt More... almost 18 years ago
Fixed unit-test output error in m2m_and_m2o unit tests, due to a change in the model's __repr__ earlier today More... almost 18 years ago
Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPaginator. Thanks, [email protected] More... almost 18 years ago