summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson2014-10-163-82/+82
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-164-17/+68
* Added unicode_literals to the jslexer.Florian Apolloner2014-10-151-0/+1
* Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz2014-10-131-1/+1
* Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend as per ...Florian Apolloner2014-10-122-5/+8
* Fixed #23642 -- Made LocMemCache.incr() thread-safe as documentedThomas Chaumeny2014-10-121-9/+16
* Fixed two more tuple/int comparisons in gis testsClaude Paroz2014-10-111-2/+2
* Fixed a tuple/int comparison in spatialite backendClaude Paroz2014-10-111-1/+1
* Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat2014-10-101-1/+4
* Fixed #23623 -- Reduced memory consumption when generating ModelChoiceField c...Thomas Chaumeny2014-10-101-2/+2
* Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes2014-10-101-0/+9
* Fixed #23625 -- Removed CacheClass shimJaap Roes2014-10-104-20/+0
* Converted GIS lookups for OracleClaude Paroz2014-10-091-121/+38
* Converted GIS lookups to use the new Lookup APIClaude Paroz2014-10-0910-488/+408
* Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor2014-10-091-1/+1
* Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn2014-10-092-12/+5
* Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann2014-10-095-33/+129
* Fixed #23600 -- Made default_storage aware of more settings changes.Duncan Parkes2014-10-081-1/+9
* Fixed typos in comments.Tim Graham2014-10-082-2/+2
* Fixed #23555 -- Avoided suppressing IndexError in QuerySet.first() and .last()Artem Rizhov2014-10-081-10/+8
* Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer2014-10-082-4/+31
* Fixed #23522 -- Changed reverse() to return a Unicode string; not bytesJon Dufresne2014-10-071-2/+2
* Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII characters in...Tim Graham2014-10-061-1/+4
* Merge pull request #3308 from aericson/ticket_22064Carl Meyer2014-10-061-0/+21
|\
| * Fixed #22064 -- Add check for related_nameAndré Ericson2014-10-041-0/+21
* | Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer2014-10-071-0/+9
* | Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.Markus Holtermann2014-10-062-4/+10
* | Fixed #23604 -- Allowed related m2m fields to be references in the admin.Emmanuelle Delescolle2014-10-061-0/+5
* | Revert "Improved AppRegistryNotReady message."Tim Graham2014-10-041-1/+1
* | Improved AppRegistryNotReady message.Collin Anderson2014-10-041-1/+1
* | Fixed comment typo in django/template/__init__.pyMartin Matusiak2014-10-041-1/+1
|/
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-021-2/+3
* Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann2014-10-021-6/+18
* Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...Tim Graham2014-10-015-23/+77
* Added a dumpdata/loaddata test for geographic contentClaude Paroz2014-10-012-3/+22
* Fixed #23569 -- Allowed using configs besides dictConfig in LOGGING_CONFIG.Seth Hill2014-09-301-1/+1
* Updated translations from TransifexClaude Paroz2014-09-30334-1296/+2445
* Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford2014-09-303-2/+8
* Fixed #23365 -- Added support for timezone-aware datetimes to migrations.Rudy Mutter2014-09-292-8/+23
* Fixed #23489 -- Added numpy 1.9+ support in template lookupsTim Graham2014-09-291-1/+3
* Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...Thomas Chaumeny2014-09-291-1/+2
* Added ordering to fix non-deterministic relatedapp test.Tim Graham2014-09-291-3/+3
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-2920-59/+60
* Fixed #23436 -- Made BASE_DIR absolute in settings template.Aymeric Augustin2014-09-281-1/+1
* Updated comment about Python issueClaude Paroz2014-09-271-1/+1
* Fixed git blunder, refs #22738Shai Berger2014-09-271-1/+1
* Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...Shai Berger2014-09-273-11/+28
* Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz2014-09-263-17/+17
* Silenced some deprecation warnings in contrib.sitemaps; refs #22384.Loic Bistuer2014-09-274-17/+70
* Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.Loic Bistuer2014-09-271-1/+4