summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-31Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' stringClaude Paroz
2012-12-30Added further flexibility to ModelAdmin for controlling post-save redirections.Julien Phalip
2012-12-30Fixed GIS regression in get_default_columns()Anssi Kääriäinen
2012-12-30Minor improvement to proxy model handlingAnssi Kääriäinen
2012-12-30Made use of PathInfo.direct flag in trim_joinsAnssi Kääriäinen
2012-12-30Added Query.join_parent_model()Anssi Kääriäinen
2012-12-30Moved join path generation to FieldAnssi Kääriäinen
2012-12-30Made sure join_field is always available in .join()Anssi Kääriäinen
2012-12-29Removed links to deprecated IGNORABLE_404_STARTS/ENDS settings.Tim Graham
2012-12-29Merge pull request #595 from bmispelon/patch-1Aymeric Augustin
2012-12-29Merge pull request #609 from mitar/patch-3Aymeric Augustin
2012-12-29Silenced warnings in the tests of deprecated features.Aymeric Augustin
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-29Removed csrf_response_exempt and csrf_view_exempt.Aymeric Augustin
2012-12-29Removed legacy ways of calling cache_page.Aymeric Augustin
2012-12-29Removed truncate_words and truncate_html_words.Aymeric Augustin
2012-12-29Removed obsolete compatibility functions for old Pythons.Aymeric Augustin
2012-12-29Removed support is_safe and needs_autoescape as function attributes.Aymeric Augustin
2012-12-29Removed IGNORABLE_404_STARTS/ENDS settings.Aymeric Augustin
2012-12-29Removed HttpRequest.raw_post_data.Aymeric Augustin
2012-12-29Removed django.core.management.setup_environ and execute_manager.Aymeric Augustin
2012-12-29Removed django.core.cache.backends.memcached.CacheClass.Aymeric Augustin
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Removed legacy shortcut for importing GeoIP.Aymeric Augustin
2012-12-29Removed the legacy form wizard.Aymeric Augustin
2012-12-29Removed django.contrib.databrowse.Aymeric Augustin
2012-12-29Removed interpolation of post_url_continue in the admin.Aymeric Augustin
2012-12-29Removed django.conf.urls.defaults.Aymeric Augustin
2012-12-29Removed backwards-compatibility shim for #16288.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-29Avoided having an indexed TextField installed unless using postgresAnssi Kääriäinen
2012-12-29Fixed autopk issue in testsAnssi Kääriäinen
2012-12-29Added links to default widget in forms.fields documentationClaude Paroz
2012-12-28Fix #19524 -- Incorrect caching of parents of unsaved model instances.Aymeric Augustin
2012-12-28Fixed #18970 -- Documented know limitations under Python 3.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-27Update django/contrib/staticfiles/management/commands/collectstatic.pyMitar
2012-12-27Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-26Updated documentation on localflavor translationsAymeric Augustin
2012-12-26Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
2012-12-26Fixed #16408 -- Re-fixed value conversion with Spatialite backendClaude Paroz
2012-12-25Fixed more broken links. refs #19516Tim Graham
2012-12-25Updated installation FAQ entry on Python versions.Aymeric Augustin
2012-12-24Expanded tests added when fixing #14529.Ramiro Morales
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-24Prevented caching of streaming responses.Aymeric Augustin
2012-12-24Fixed #19505 -- A more flexible implementation for customizable admin redirec...Julien Phalip