summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-12-16Fixed #18816 -- Removed "trim" argument from add_filter()Anssi Kääriäinen
2012-12-16Fixed #19469 -- Removed opts.get_ordered_objects() and related codeAnssi Kääriäinen
2012-12-16Corrected tests depending on the error message on the AuthenticationForm.Russell Keith-Magee
2012-12-15Fixed #19368 -- Ensured that login error messages adapt to changes in the Use...Russell Keith-Magee
2012-12-15Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-12-15Fixed a couple of docstring typos.Ramiro Morales
2012-12-15Fixed #9589 -- Made development web server more robust in the presence of a w...Ramiro Morales
2012-12-14Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-12-13Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen
2012-12-12Fixed #19432 -- Provided better error message for get_object_or_404Claude Paroz
2012-12-10Fixed a security issue in get_host.Florian Apolloner
2012-12-10Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.Florian Apolloner
2012-12-09Edited the middleware doc for completeness, clarity, and consistency.Aymeric Augustin
2012-12-09Fixed #19392 -- Improved error for old-style url tags with dashes.Aymeric Augustin
2012-12-08Fixed #19439 -- Removed unused template tag library in change_password.htmlClaude Paroz
2012-12-08Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield_overridesClaude Paroz
2012-12-08Fixed a string detection in ogrinspect.pyClaude Paroz
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-06Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' is_validAndreas Hug
2012-12-06Fixed #19367 -- Fixed saving ContentFile in filesystem storageClaude Paroz
2012-12-06Fixed #19429 -- Applied linebreaksbr to read-only fields in inlinesMarc Aymerich
2012-12-04Minor idiomatic and docstring edits in ar localflavor.Ramiro Morales
2012-12-04Fixed #19378 -- Ensured get_success_url returns a non-lazy URLClaude Paroz
2012-12-04Merge pull request #573 from tominsam/masterAndrew Godwin
2012-12-04Fixed #18697 -- Made values accepted for two customizable admin templates con...Ramiro Morales
2012-12-03Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be disp...Sebastián Magrí
2012-12-03Fixed #19416 -- Fixed multi-line commands in initial SQL filesClaude Paroz
2012-12-03Merge pull request #569 from orblivion/masterPreston Holmes
2012-12-03cope with unsplittable urls in smarl_urlquote.Tom Insam
2012-12-03Fixed #19397 -- Crash on binary files in project templates.Aymeric Augustin
2012-12-02Fixed #17050 -- Added some CSS class names to the admin index pages to facili...Julien Phalip
2012-12-01Typeo in ValuesQuerySet._as_sql docstringorblivion
2012-12-01Fixed #19015 -- Removed ISO formats from localized formats.pyClaude Paroz
2012-12-01Fixed #19015 -- Add ISO input formats to all formatsClaude Paroz
2012-12-01Fixed #19347 -- Removed unused variable definition in FetchFromCacheMiddlewareClaude Paroz
2012-12-01Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidgetClaude Paroz
2012-11-30Added missing custom user skip decoratorPreston Holmes
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-29Fixed #19356 -- Increased session key entropy.Aymeric Augustin
2012-11-28Fixed two docstring/comment typos.Ramiro Morales
2012-11-28Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
2012-11-28Fixed #14694 -- Made ``defer()`` work with reverse relationsTai Lee
2012-11-27Fixed #19370 -- Made date filter properly handle midnight valueDanilo Bargen
2012-11-27Removed duplicate opts.pk_index() methodAnssi Kääriäinen
2012-11-27Refactored gis/spatialite connection initializationAnssi Kääriäinen
2012-11-27Made sure global settings are changed in test db creationAnssi Kääriäinen
2012-11-27Fixed #19274 -- Made db connection creation overridable in subclassesAnssi Kääriäinen
2012-11-27Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.Aymeric Augustin
2012-11-25Fixed #17911 -- Ensure that admin readonly fields' display values are shown i...Edward Tjörnhammar
2012-11-25Merge pull request #476 from wraithan/patch-1Aymeric Augustin