summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2012-07-30[1.3.x] Fixed a security issue in image uploading. Disclosure and release for...Florian Apolloner
2012-03-24[1.3.x] Fixed #16481 -- Adapted one raw SQL query in cull implementation of t...Aymeric Augustin
2012-03-24[1.3.X] Fixed #16812 -- Percent-encode URLs in verify_exists, to fix test fai...Aymeric Augustin
2012-01-19[1.3.X] Fixed #17078: properly invoke IPython 0.12.Jacob Kaplan-Moss
2012-01-07[1.3.X] Fixed #17100 -- Typo in the regex for EmailValidator. Backport of r17...Aymeric Augustin
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-07-14[1.3.X] Reverted [14563] because it introduced a dependency from core on a co...Ramiro Morales
2011-05-25[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...Luke Plant
2011-04-22[1.3.X] Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel
2011-04-03[1.3.X] Fixed #15672 -- Fixed bug in core/handlers/wsgi.py where we were refe...Russell Keith-Magee
2011-03-19Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...Russell Keith-Magee
2011-03-16Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...Adrian Holovaty
2011-03-02Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...Jannis Leidel
2011-03-01Fixed #15281 -- Made the static view use an iterator when serving a file, eff...Jannis Leidel
2011-02-28Fixed #15520 -- Fixed incompatibility with email module shipped with Python 2...Ramiro Morales
2011-02-28Fixed #13433 -- Changed default behavior of Django email message wrappers to ...Ramiro Morales
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-21Fixed #15359 -- Ensure that the -h option is always honored by django-admin.p...Russell Keith-Magee
2011-02-19Fixed #15324 -- Modified the connection creation code for the memcache cache ...Russell Keith-Magee
2011-02-14Fixes #15270 -- Moved back the serve view to django.views.static due to depen...Jannis Leidel
2011-02-12Fixed #8536 -- Made sure the makemessages management command cleans up after ...Jannis Leidel
2011-02-12Fixed #14941 -- Stop raising ValidationError in form fields that use the URLV...Jannis Leidel
2011-02-12Fixed #12988 -- Extended regular expression of the URLValidator to fully supp...Jannis Leidel
2011-02-12Fixed #14955 -- Made the URLValidator use a HEAD request when verifying a URL...Jannis Leidel
2011-02-10Fixed #15264 -- Ensured that legacy cache backends specified using the legacy...Russell Keith-Magee
2011-02-04Fixed #15181 -- Ensure that special characters are escaped when querying for ...Russell Keith-Magee
2011-02-04Fixed #15217 -- Made the CACHE_BACKEND deprecation warning more selective, so...Russell Keith-Magee
2011-01-27Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...Russell Keith-Magee
2011-01-27Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...Russell Keith-Magee
2011-01-25Fixed #14419 -- Enhanced the help text of the makemessages management command...Ramiro Morales
2011-01-24Fixed 14796 -- Modified order of operations performed on field names by the i...Ramiro Morales
2011-01-24Fixed #15144 -- Corrected some problems with the Cache middleware when used w...Russell Keith-Magee
2011-01-21Converted makemessages management command to a NoArgsCommand.Ramiro Morales
2011-01-21Added contrib apps to ignore list when running makemessages in the Djagno sou...Jannis Leidel
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-17Refactor all uses of thread locals to be more consistant and sane.Alex Gaynor
2011-01-16Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...Russell Keith-Magee
2011-01-16Fixed #15018 -- Corrected the handling of LimitedStream under one edge case i...Russell Keith-Magee
2011-01-15Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...Russell Keith-Magee
2011-01-15Fixed #15079 -- Added a missing import in the cache infrastructure. Thanks to...Russell Keith-Magee
2011-01-15Fixed #15042 -- Ensured that email addresses without a domain can still be ma...Russell Keith-Magee
2011-01-15Corrected r15205 syntax to be Python2.4 compatible.Russell Keith-Magee
2011-01-14Fixed #11193 -- WSGI handler not properly handling lock on error in load_midd...Andrew Godwin
2011-01-08Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin.Andrew Godwin
2010-12-29Fixed #7726 -- Added validation of max_digits and decimal_places options to D...Ramiro Morales
2010-12-21Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII ch...Jannis Leidel
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-21Reverting r14994 (at request of SmileyChris) because of some backwards compat...Russell Keith-Magee
2010-12-21Fixes #13252 -- Use the natural key instead of the primary key when serializingChris Beaven
2010-12-12Fixed #14187 -- Added support for bpython to shell management command. Thanks...Jannis Leidel