summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-01This doesn't need to be a package any more.Aymeric Augustin
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-07-01Fixed a couple form/formset deprecation warnings in tests.Tim Graham
2013-07-01Updated tests for deprecation of Option.get_(add|change|delete)_permission.Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
2013-07-01Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon
2013-07-01Removed some conditional code only needed under Python 2.6.Aymeric Augustin
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-07-01Stopped branding Python 3 support as experimental.Aymeric Augustin
2013-07-01Updated FAQ on Python versions to explain 2 vs 3.Aymeric Augustin
2013-06-30Removed a comment that wasn't adding a value.Alex Gaynor
2013-06-30Introduced getters for connection.autocommit and .needs_rollback.Aymeric Augustin
2013-06-30Stopped calling loaddata with commit=False.Aymeric Augustin
2013-06-30Define the SessionStore inside __init__ instead of process_requestMatt Robenolt
2013-06-29Report wrongly-typed settings and abort, as originally planned.Ramiro Morales
2013-06-29Merge pull request #1316 from ramiro/int_pk_pwd_resetRamiro Morales
2013-06-29Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-29Simplified description of HttpResponse(<iterator>)Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-29Removed compatibility code for streaming responses.Aymeric Augustin
2013-06-29Fixed #18592 -- Prevented crash when accessing MySQL _last_executedClaude Paroz
2013-06-29Do not allow FileSystemStorage.delete to receive an empty nameClaude Paroz
2013-06-29Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-06-29Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to fin...Ramiro Morales
2013-06-29Removed comment from setup.cfg which broke newer wheel versions.Florian Apolloner
2013-06-29More import removalsClaude Paroz
2013-06-29Removed obsolete comment. Refs #20079.Aymeric Augustin
2013-06-29Fixed 1.6 release notes.Florian Apolloner
2013-06-28Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.Ramiro Morales
2013-06-28Made GeoDjango GeometryField stop accepting a 'null' keyword argument as per ...Ramiro Morales
2013-06-28Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...Ramiro Morales
2013-06-28Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales
2013-06-28Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-28Stop auto-correcting string INSTALLED_APPS, TEMPLATE_DIRS settings, as per de...Ramiro Morales
2013-06-28Removed 'cleanup' management command as per deprecation TL.Ramiro Morales
2013-06-28Removed django.utils.itercompat.product() as per deprecation TL.Ramiro Morales
2013-06-28Removed django.utils.simplejson as per deprecation TL.Ramiro Morales
2013-06-28Removed daily_cleanup.py script as per deprecation TL.Ramiro Morales
2013-06-28Removed AuthenticationForm.check_for_test_cookie() as per deprecation TL.Ramiro Morales
2013-06-28Removed warnings level handling code as per deprecation TL.Ramiro Morales
2013-06-28Added missing deprecation note for model permission methods.Simon Charette
2013-06-28Fix Python 3 supportAndrew Godwin
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-28Ported over Field.deconstruct() from my schema alteration branch.Andrew Godwin
2013-06-28Updated FAQ to reflect official Python 3 supportClaude Paroz
2013-06-28Updated FAQ entry about python 3Claude Paroz
2013-06-28Master is now pre-1.7.Jacob Kaplan-Moss
2013-06-28Fixed missing slash in reusable apps tutorial.Baptiste Mispelon