summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-13Added 1.4.6/1.5.2 release notes.Tim Graham
2013-08-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
2013-08-13Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.Jacob Kaplan-Moss
2013-08-13Fixed test failure on MySQLAnssi Kääriäinen
2013-08-13Merge pull request #1470 from loic/admin.actionlistTim Graham
2013-08-13Fixed #20883 -- Made model inheritance find parent links in abstract parentsLoic Bistuer
2013-08-13Fixed overflow for the "Recent Actions" widget on the admin index.Loic Bistuer
2013-08-13Fixed #20874 -- bump_prefix() in nested subqueriesAnssi Kääriäinen
2013-08-12Unlocalize line numbers and ids in debug 500 view.Ramiro Morales
2013-08-12Added missing release notes for older versions of DjangoTim Graham
2013-08-12Fixed #17778 -- Prevented class attributes on context from resolving as templ...Tim Graham
2013-08-12Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS settingMel Collins
2013-08-10Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
2013-08-10Merge pull request #1464 from evildmp/squashing_commitsJulien Phalip
2013-08-10clarified misleading wording about squashing commitsDaniele Procida
2013-08-10Expand testing of Test LiveServerTestCase static files serving.Ramiro Morales
2013-08-10Test that django.views.static.serve() generates 404 status codes.Ramiro Morales
2013-08-10Fixed #20828 -- Allowed @permission_required to take a list of permissionsersran9
2013-08-09Fixed #20868 -- Added an email to django-announce as a security step.Tim Graham
2013-08-09Merge pull request #1447 from evansd/patch-1Tim Graham
2013-08-09Fixed #18356 -- Gave the test client signals.template_rendered call a unique ...Bojan Mihelac
2013-08-09SQLite test fix -- refs #9057Tim Graham
2013-08-09Fixed #9057 -- Added default_permissions model meta option.Tim Graham
2013-08-09Fixed test failures on Python 3 - refs #12288Tim Graham
2013-08-09Fixed test failures introduced by #12288Tim Graham
2013-08-09Fixed #12288 -- Added unique validation for INSTALLED_APPSSusanTan
2013-08-09Merge pull request #1460 from loic/ObjectMixins.get_querysetMarc Tamlyn
2013-08-09Improved queryset handling and docs for (Single|Multiple)ObjectMixin.Loic Bistuer
2013-08-08Added an anchor for django.forms.Form.clean in docsTim Graham
2013-08-08Merge pull request #1457 from jaimeirurzun/masterTim Graham
2013-08-08Added more on @cached_property, refs #20870Daniele Procida
2013-08-08Revert change to the default Form.clean()Marc Tamlyn
2013-08-08Form.clean() does not need to return cleaned_data.Marc Tamlyn
2013-08-08Clarify meaning of models.User.is_authenticated()Jaime Irurzun
2013-08-08Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
2013-08-07Merge pull request #1453 from chrismedrela/ticket20484-improvementPreston Holmes
2013-08-07Fixed #20484 again -- added note to field documentationChristopher Medrela
2013-08-07Use `usegmt` flag in formatdateDavid Evans
2013-08-07Fixed #17424 -- annotate() + exclude() bugAnssi Kääriäinen
2013-08-06Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choices_to.Collin Anderson
2013-08-06Added section labels in cache docsLeandro Regueiro
2013-08-06Fixed #19918 -- Modified select_for_update to run on the write database.Alex Cucu
2013-08-06Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses.Tai Lee
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-08-06Merge pull request #1441 from loic/ticket16986Marc Tamlyn
2013-08-06Fixed ordering related test failureAnssi Kääriäinen
2013-08-06Fixed #16986 -- Model.clean() can report errors on individual fields.Loic Bistuer
2013-08-05Fixed #17667 -- Prevented app loading from skipping nonexistent apps after th...Tim Graham
2013-08-05Fixed #20850 -- Added MultiWidget.needs_multipart_formTim Heap
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek