summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-11-25[1.5.x] Fixed #17911 -- Ensure that admin readonly fields' display values are...Edward Tjörnhammar
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...Julien Phalip
2012-11-24[1.5.x] Fixed #18722 -- Adjusted width of sortable columns in adminJonatan Heyman
2012-11-24[1.5.x] Updated User manager when testing custom AUTH_USER_MODELClaude Paroz
2012-11-24[1.5.x] Fixed #19806 -- Ensure that content types and permissions aren't crea...Russell Keith-Magee
2012-11-23Added new languagesClaude Paroz
2012-11-23[1.5.x] Fixed cursor commit command in PostGIS backendClaude Paroz
2012-11-23[1.5.x] Fixed #19152 -- Allowed PostGIS tests to be run without templateFlavio Curella
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
2012-11-20[1.5.x] Fixed #19331 (again) use the right admin named URL.Ramiro Morales
2012-11-20[1.5.x] Fixed #19331 -- Added missing trailing slash in auth admin templateClaude Paroz
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-18Updated admin base translation file.Ramiro Morales
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-17[1.5.x] Add `form` to formwizard context (includes tests)Kent Hauser
2012-11-17[1.5.x] Fixed #19114 -- Fixed LogEntry unicode representationClaude Paroz
2012-11-17[1.5.x] Fixed #19226 -- Applied linebreaksbr to read-only fields in adminClaude Paroz
2012-11-16[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403Brandon Adams
2012-11-15[1.5.x] Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
2012-11-09[1.5.X] Added missing encoding preamble to gis tests.Florian Apolloner
2012-11-06[1.5.x] Fixed #19254 -- Bug in SESSION_FILE_PATH handling.Aymeric Augustin
2012-11-03[1.5.x] Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-11-03[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...Ulrich Petri
2012-11-01[1.5.X] Added WizardView.file_storage exception message and docsTim Graham
2012-11-01[1.5.x] Fixed #16678 -- Wrote tests for contrib.redirects appClaude Paroz
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-29[1.5.x] Fixed #17869 - force logout when REMOTE_USER header disappearsPreston Holmes
2012-10-29[1.5.x] Fixed #19057 (again) -- added additional testsPreston Holmes
2012-10-30[1.5.X] Added some test guards for some recently added auth tests.Russell Keith-Magee
2012-10-29[1.5.x] Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlersClaude Paroz
2012-10-29[1.5.x] Fixed #17991 - prefetch_related fails with GenericRelation and varcha...Luke Plant
2012-10-28[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-28[1.5.x] Fixed a typo in aff9b2f.Aymeric Augustin
2012-10-28[1.5.x] Marked cookies-based session expiry test as an expected failure.Aymeric Augustin
2012-10-28[1.5.x] Fixed #19203 -- Added isolation to a humanize testAymeric Augustin
2012-10-28[1.5.x] Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-28[1.5.x] Improved tests introduced in 04b00b6.Aymeric Augustin
2012-10-28[1.5.x] Added optional kwargs to get_expiry_age/date.Aymeric Augustin
2012-10-27[1.5.x] Fixed #19200 -- Session expiry with cached_dbAymeric Augustin
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-10-27[1.5.x] Ensured gis tests aren't run on non-gis OracleAnssi Kääriäinen
2012-10-22Fixed #19157 -- Removed test-only string from translatable stringsClaude Paroz
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin
2012-10-20Fixed #19133 -- Corrected regression in form handling for user passwords.Russell Keith-Magee
2012-10-18Fixed #8001 -- Made redirections after add/edit in admin customizable.Ramiro Morales
2012-10-17Fixed a security issue related to password resetsPreston Holmes
2012-10-17Reported OpenLayersWidget exceptions through loggingClaude Paroz
2012-10-16Fixed #19130 -- Made some of the auth forms more flexible for user models.Russell Keith-Magee
2012-10-15Made use of assertXMLEqual in sitemaps testsClaude Paroz
2012-10-15Fixed #15753 -- Cleared cache between sitemaps testsClaude Paroz