summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-09-10[1.6.x] Bump version number for 1.6 beta 3 security release.1.6b3James Bennett
2013-09-10[1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-09[1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-08[1.6.x] Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin
2013-09-07[1.6.x] Fixed 9244447c -- incomplete backport.Aymeric Augustin
2013-09-07[1.6.x] Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin
2013-09-07[1.6.x] Fixed an encoding issue in the test client.Aymeric Augustin
2013-09-07[1.6.x] Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin
2013-09-06[1.6.x] Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-06Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee
2013-09-06[1.6.x] Fixed Python 3 syntax error introduced in [c72392da]Tim Graham
2013-09-06[1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee
2013-09-06[1.6.x] Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee
2013-09-06Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee
2013-09-06[1.6.x] Fixed #21049 -- Fixed autoreload for Python 3Max Burstein
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-04[1.6.x] Tested exc_type instead of exc_value in __exit__.Aymeric Augustin
2013-09-04Updated six to version 1.4.1.Aymeric Augustin
2013-09-03[1.6.x] Fixed #21026 -- Corrected help for manage.py test command.Carl Meyer
2013-09-03Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Updated the bundled version of six to 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Fixed #21003 -- Ensured geometry widget return value has SRIDClaude Paroz
2013-09-03[1.6.x] Isolated map creation JS codeClaude Paroz
2013-09-03[1.6.x] Prevented rendering attrs to be squashed in OSMWidgetClaude Paroz
2013-09-03[1.6.x] Fixed syntax error in OSMWidgetClaude Paroz
2013-09-02[1.6.x] Fixed gis test to run on non gis-enabled settingsClaude Paroz
2013-09-02[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz
2013-08-30[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...Carl Meyer
2013-08-30[1.6.x] Set 'bidi' Urdu property to TrueClaude Paroz
2013-08-30[1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-30[1.6.x] Removed stale add_q() commentAnssi Kääriäinen
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-24[1.6.x] Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz
2013-08-22[1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
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] 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] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-08-20[1.6.x] Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen
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