summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-07-23Fixed test failures introduced in e716518ad29898fb25c820023aaf2fdd1c9eb4afTim Graham
2013-07-23Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners.Pedro Mourelle
2013-07-23Fixed #20760 -- Reduced timing variation in ModelBackend.Aymeric Augustin
2013-07-23Fixed #20761 -- Fixed DatabaseError handling in get_or_create and update_or_c...Loic Bistuer
2013-07-23Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev
2013-07-23Minor change to get_extra_descriptor_filter()Anssi Kääriäinen
2013-07-23Fixed #20782 -- qs.values().aggregate() failureAnssi Kääriäinen
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-22Merge pull request #1390 from garnertb/masterMarc Tamlyn
2013-07-22Fixed small grammatical error in docstring.Tyler Garner
2013-07-22Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2013-07-22Fixed #20781 -- Fixed _has_changed regression with MultiValueFieldClaude Paroz
2013-07-21Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates...Thomas Sorrel
2013-07-21Fixed an email validation regressionClaude Paroz
2013-07-21Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-07-19Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-07-18Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-07-18Cleaned up UserAdmin.get_form() that worked around a bug fixed in 23e1b59.Loic Bistuer
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-07-17Couple of cleanups in RelatedObjectLookups.jsTim Graham
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to sp...Tim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-13Fixed #20681 -- Prevented teardown_databases from attempting to tear down ali...Tim Graham
2013-07-13Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
2013-07-12Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()Tim Graham
2013-07-12Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-12Added clarification comments to django.utils.image; refs #19934Christopher Medrela
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
2013-07-09Fixed #20663 -- "Today" and "now" admin shortcuts.Loic Bistuer
2013-07-09Added a test for the envelope() GeoQuerySet methodClaude Paroz
2013-07-09Simplified testing connection typeClaude Paroz
2013-07-09Made an aggregate test pass with spatialite backendClaude Paroz
2013-07-09Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.Tim Graham
2013-07-09Trusted test skipping about gis tests running or notClaude Paroz
2013-07-09Isolate geoapp test from sitemaps app being installed or notClaude Paroz
2013-07-09Partial revert of commit 2bf403ecbd95Claude Paroz
2013-07-09Fixed #17339 -- Factor out has_result into database backend.Tim Graham
2013-07-08Fixed last_executed_query test failure on OracleShai Berger
2013-07-08Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.Tim Graham
2013-07-08Completed some more name_local namesClaude Paroz
2013-07-08Fixed #20716 --Missing 'name_local' translationMathias Andre
2013-07-08Use a more explicit check for whether these ids are None.Alex Gaynor
2013-07-08fixed a mis-importt in mysql/base.pyAlex Gaynor
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-07-08Fixed a bug I introduced in my previosu ommit.Alex Gaynor