summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* [1.6.x] Bump version number for 1.6 beta 3 security release.1.6b3James Bennett2013-09-101-1/+1
* [1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham2013-09-101-0/+2
* [1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-1023-111/+36
* [1.6.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай2013-09-091-0/+1
* [1.6.x] Fixed #18766 -- Pointed to pytz when LocalTimezone fails.Aymeric Augustin2013-09-081-2/+23
* [1.6.x] Fixed 9244447c -- incomplete backport.Aymeric Augustin2013-09-071-3/+15
* [1.6.x] Fixed #20530 -- Properly decoded non-ASCII query strings on Python 3.Aymeric Augustin2013-09-071-1/+4
* [1.6.x] Fixed an encoding issue in the test client.Aymeric Augustin2013-09-071-1/+8
* [1.6.x] Fixed #20557 -- Properly decoded non-ASCII cookies on Python 3.Aymeric Augustin2013-09-071-1/+5
* [1.6.x] Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin2013-09-061-0/+2
* Merge pull request #1566 from adamsc64/ticket_11857Russell Keith-Magee2013-09-061-0/+9
* [1.6.x] Fixed Python 3 syntax error introduced in [c72392da]Tim Graham2013-09-061-1/+1
* [1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee2013-09-062-12/+35
* [1.6.x] Merge pull request #1580 from ianawilson/ticket_16502Russell Keith-Magee2013-09-061-22/+28
* Merge pull request #1579 from ianawilson/ticket_21058Russell Keith-Magee2013-09-061-0/+4
* [1.6.x] Fixed #21049 -- Fixed autoreload for Python 3Max Burstein2013-09-061-1/+1
* [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma2013-09-052-3/+3
* [1.6.x] Tested exc_type instead of exc_value in __exit__.Aymeric Augustin2013-09-041-7/+7
* Updated six to version 1.4.1.Aymeric Augustin2013-09-041-16/+16
* [1.6.x] Fixed #21026 -- Corrected help for manage.py test command.Carl Meyer2013-09-031-3/+2
* Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin2013-09-033-15/+3
* [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-0316-26/+26
* [1.6.x] Updated the bundled version of six to 1.4.0.Aymeric Augustin2013-09-031-16/+189
* [1.6.x] Fixed #21003 -- Ensured geometry widget return value has SRIDClaude Paroz2013-09-033-12/+20
* [1.6.x] Isolated map creation JS codeClaude Paroz2013-09-031-4/+9
* [1.6.x] Prevented rendering attrs to be squashed in OSMWidgetClaude Paroz2013-09-033-4/+11
* [1.6.x] Fixed syntax error in OSMWidgetClaude Paroz2013-09-032-1/+10
* [1.6.x] Fixed gis test to run on non gis-enabled settingsClaude Paroz2013-09-021-11/+12
* [1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz2013-09-023-20/+50
* [1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...Carl Meyer2013-08-301-2/+4
* [1.6.x] Set 'bidi' Urdu property to TrueClaude Paroz2013-08-301-1/+1
* [1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen2013-08-302-6/+15
* [1.6.x] Removed stale add_q() commentAnssi Kääriäinen2013-08-301-2/+0
* [1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...Tim Graham2013-08-291-0/+1
* [1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction that ca...Tim Graham2013-08-291-2/+7
* [1.6.x] Fixed #20984 -- Stopped decoding bytes in sqlite3 adapter on Python 3Claude Paroz2013-08-291-1/+1
* [1.6.x] Fixed #20961 -- Fixed HttpResponse default empty contentClaude Paroz2013-08-241-1/+1
* [1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham2013-08-229-51/+70
* [1.6.x] Moved translator comment just above the target stringClaude Paroz2013-08-222-2/+4
* [1.6.x] Fixed #20955 -- select_related regressionAnssi Kääriäinen2013-08-221-3/+2
* [1.6.x] Fixed #20949 -- Typo #2 in docstringTim Graham2013-08-211-1/+1
* [1.6.x] Fixed docstring typo, thanks minddust.Tim Graham2013-08-211-1/+1
* [1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner2013-08-201-1/+1
* [1.6.x] Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen2013-08-201-1/+10
* Fixed #20943 -- Weakly reference senders when caching their associated receiversSimon Charette2013-08-202-5/+9
* [1.6.x] Correctly format missing Pillow/PIL exceptions messages. refs #19934Simon Charette2013-08-191-2/+2
* [1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts2013-08-162-2/+12
* [1.6.x] Updated translation templatesClaude Paroz2013-08-162-119/+137
* [1.6.x] Revert "Fixed #18491 -- deleting a proxy doesn't show warning about c...Tim Graham2013-08-161-3/+0
* [1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField ...Alasdair Nicol2013-08-152-2/+29