index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2013-09-10
[1.6.x] Bump version number for 1.6 beta 3 security release.
1.6b3
James 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-06
Merge pull request #1566 from adamsc64/ticket_11857
Russell 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_16502
Russell Keith-Magee
2013-09-06
Merge pull request #1579 from ianawilson/ticket_21058
Russell Keith-Magee
2013-09-06
[1.6.x] Fixed #21049 -- Fixed autoreload for Python 3
Max 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-04
Updated 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-03
Used 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 SRID
Claude Paroz
2013-09-03
[1.6.x] Isolated map creation JS code
Claude Paroz
2013-09-03
[1.6.x] Prevented rendering attrs to be squashed in OSMWidget
Claude Paroz
2013-09-03
[1.6.x] Fixed syntax error in OSMWidget
Claude Paroz
2013-09-02
[1.6.x] Fixed gis test to run on non gis-enabled settings
Claude Paroz
2013-09-02
[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgets
Claude 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 True
Claude Paroz
2013-08-30
[1.6.x] Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-30
[1.6.x] Removed stale add_q() comment
Anssi 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 3
Claude Paroz
2013-08-24
[1.6.x] Fixed #20961 -- Fixed HttpResponse default empty content
Claude 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 string
Claude Paroz
2013-08-22
[1.6.x] Fixed #20955 -- select_related regression
Anssi Kääriäinen
2013-08-21
[1.6.x] Fixed #20949 -- Typo #2 in docstring
Tim 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 regression
Anssi Kääriäinen
2013-08-20
Fixed #20943 -- Weakly reference senders when caching their associated receivers
Simon Charette
2013-08-19
[1.6.x] Correctly format missing Pillow/PIL exceptions messages. refs #19934
Simon Charette
2013-08-16
[1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspection
Harm Geerts
2013-08-16
[1.6.x] Updated translation templates
Claude 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
[next]