summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-30[1.6.x] Removed stale add_q() commentAnssi Kääriäinen
2013-08-29[1.6.x] Added links to file docs.Jorge C. Leitão
2013-08-29[1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...Tim Graham
2013-08-29[1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction that ca...Tim Graham
2013-08-29[1.6.x] Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3Claude Paroz
2013-08-28[1.6.x] Minor spelling correction in ModelForms docsPhaneendra Chiruvella
2013-08-27[1.6.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz
2013-08-27[1.6.x] Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker
2013-08-27[1.6.x] Updated instructions for running contrib tests.Matt Robenolt
2013-08-24[1.6.x] Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz
2013-08-22[1.6.x] Typos introduced in 57c82f909b.Ramiro Morales
2013-08-22[1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-22[1.6.x] Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
2013-08-22[1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().Marc Tamlyn
2013-08-22[1.6.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-22[1.6.x] Moved translator comment just above the target stringClaude Paroz
2013-08-22[1.6.x] Fixed #20955 -- select_related regressionAnssi Kääriäinen
2013-08-21[1.6.x] Documentation -- Corrected error about Model.full_clean()Kevin Christopher Henry
2013-08-21[1.6.x] Fixed #20949 -- Typo #2 in docstringTim Graham
2013-08-21[1.6.x] Fixed docstring typo, thanks minddust.Tim Graham
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