summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Prevented running some admin_view tests twice.Tim Graham
2013-06-27Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Merge pull request #1312 from kenbolton/klb/docsMarc Tamlyn
2013-06-27Fix typoKen Bolton
2013-06-27Fixed #20244: PermissionsMixin now defines a related_query_name for M2MsAndrew Godwin
2013-06-27Docs for related_query_nameAndrew Godwin
2013-06-27Merge pull request #1311 from loic/ticket20619_take2Andrew Godwin
2013-06-27Fixed LOGGING setting docsClaude Paroz
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-27Fixed #20590: Documented new test case orderingAndrew Godwin
2013-06-27Fixed #20541 -- don't raise db signals twice when creating superuserAnton Baklanov
2013-06-27Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-06-26Merge pull request #1309 from treyhunner/patch-1Simon Charette
2013-06-26Add missing preposition in documentationTrey Hunner
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-26Merge pull request #1308 from loic/ticket20462Tim Graham
2013-06-26Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-26Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs...Loic Bistuer
2013-06-26Fixed missing initializations in WSGIRequest. Refs #20619Loic Bistuer