summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-20[1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
2013-08-20[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-08-20[1.6.x] Fixed invalid testing fixtureAnssi Kääriäinen
2013-08-20[1.6.x] Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen
2013-08-20[1.6.x] Fixed a test failure introduced in f0bc2865ff.Simon Charette
2013-08-20Fixed #20943 -- Weakly reference senders when caching their associated receiversSimon Charette
2013-08-19[1.6.x] Correctly format missing Pillow/PIL exceptions messages. refs #19934Simon Charette
2013-08-16[1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts
2013-08-16[1.6.x] Updated translation templatesClaude Paroz
2013-08-16[1.6.x] Revert "Fixed #18491 -- deleting a proxy doesn't show warning about c...Tim Graham
2013-08-15[1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField ...Alasdair Nicol
2013-08-15[1.6.x] Fixed #20891 -- Removed part of the tutorial that requires pytzTim Graham
2013-08-15[1.6.x] Fixed #17778 -- Prevented class attributes on context from resolving ...Tim Graham
2013-08-15[1.6.x] Added release date to 1.5 release notes.James Bennett
2013-08-15[1.6.x] Updated docs following deprecation of django.views.defaults.shortcutAlasdair Nicol
2013-08-14[1.6.x] Added some doc links for django.contrib.messagesTim Graham
2013-08-13[1.6.x] Removed unneeded conditional_escapes from the testsuite.Florian Apolloner
2013-08-13[1.6.x] Fixed overflow for the "Recent Actions" widget on the admin index.Loic Bistuer
2013-08-13Added 1.4.6/1.5.2 release notes.1.6b2Tim Graham
2013-08-13Bumped version numbers for 1.6b2.Jacob Kaplan-Moss
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-12[1.6.x] Added missing release notes for older versions of DjangoTim Graham
2013-08-10[1.6.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
2013-08-09[1.6.x] Fixed #20868 -- Added an email to django-announce as a security step.Tim Graham
2013-08-08[1.6.x] Added an anchor for django.forms.Form.clean in docsTim Graham
2013-08-08[1.6.x] Clarifed meaning of models.User.is_authenticated()Jaime Irurzun
2013-08-08[1.6.x] Added more on @cached_property, refs #20870Daniele Procida
2013-08-08[1.6.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
2013-08-08[1.6.x] Added note to GenericIPAddressField documentationChristopher Medrela
2013-08-06[1.6.x] Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choic...Collin Anderson
2013-08-06[1.6.x] Added section labels in cache docsLeandro Regueiro
2013-08-06[1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database.Alex Cucu
2013-08-06[1.6.x] Fixed ordering related test failureAnssi Kääriäinen
2013-08-05[1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_formTim Heap
2013-08-05[1.6.x] Fixed #20859 - Clarified Model.clean() example.Jimmy Song
2013-08-05[1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham
2013-08-04[1.6.x] Fixed a small formatting issue.Julien Phalip
2013-08-04[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option for...Julien Phalip
2013-08-04[1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
2013-08-04[1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...Daniele Procida
2013-08-04[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ...Justin Michalicek
2013-08-04[1.6.x] Fixed backport error in previous commit; refs #15961Tim Graham
2013-08-04[1.6.x] Moved get_search_results from BaseModelAdmin to ModelAdmin.Loic Bistuer
2013-08-04[1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham
2013-08-04[1.6.x] Fixed #20822 -- Set content type of default error pages to 'text/html'.Aymeric Augustin
2013-08-03[1.6.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-08-02[1.6.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in contr...Tim Graham
2013-08-02[1.6.x] Fixed LogEntry.get_admin_url() for non-existent models.Petr Dlouhý
2013-08-02[1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypas...Loic Bistuer