Commit History

Author SHA1 Message Date
  Markus Amalthea Magnuson 266b243168 Made docs/topics/migrations.txt use single quotes consistently. 7 years ago
  Ling-Xiao Yang 04ab96ec4f Fixed #28015 -- Added makemessages --add-location option. 8 years ago
  Tim Graham 3e9aa29871 Refs #16850 -- Removed obsolete simplejson support in JSON serializer. 7 years ago
  Tom e9c7f118a7 Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from contrib.postgres.forms. 7 years ago
  Michiel Beijen 48028c6f9a Pointed Dive into Python links to python3 site 7 years ago
  Claude Paroz 43c65e0eb0 Fixed #28180 -- Numbered queries in assertNumQueries failure output 8 years ago
  Claude Paroz eb66057c1e Refs #28221 -- Honor plural number in JavaScriptCatalog 7 years ago
  Tim Graham 59ab1b2683 Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving child model. 7 years ago
  Mariusz Felisiak 99df304c85 Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_column pk on Oracle. 7 years ago
  François Freitag 98b3b14a64 Fixed #28203 -- Ignored connection configuration queries in assertNumQueries(). 7 years ago
  Jon Dufresne f599747fc8 Fixed #28152 -- Made migrations serialize sets as set literals rather than set(). 7 years ago
  Claude Paroz 912ef7f49d Fixed validity of test django_js.po files 7 years ago
  Tim Graham 650bf6714d Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3. 7 years ago
  Simon Charette f0d47ab3b6 Corrected cached_property.__get__() docstring. 7 years ago
  Adam Alton f9bae845ea Added a docstring to cached_property.__get__(). 7 years ago
  Tim Schneider 3a5299c19c Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. 8 years ago
  Tamas Szabo 3008f30f19 Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends don't accept a request. 7 years ago
  Danilo Bargen a7975260b5 Fixed #28195 -- Added OSMWidget.default_zoom attribute. 7 years ago
  Claude Paroz d4d812cb56 Refs #28196 -- Removed mentions of bytestrings for EmailMessage 7 years ago
  Tim Graham d3209bf09c Simplified test for OSMWidget.default_lon/lat. 8 years ago
  Mariusz Felisiak 5cff2cb4c0 Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type(). 7 years ago
  Danilo Bargen 680968b9e4 Documented OSMWidget.default_lat/lon. 8 years ago
  Sławek Ehlert faaf62f616 Improved test coverage for createsuperuser command. 8 years ago
  Tim Graham b0d0dbe280 Fixed widgets module path in docs/ref/contrib/gis/forms-api.txt. 8 years ago
  Simon Charette 4acae21846 Fixed #24254 -- Fixed queries using the __in lookup with querysets using distinct() and order_by(). 8 years ago
  Tim Graham a9874d48b1 Fixed #28188 -- Fixed crash when pickling model fields. 8 years ago
  Simon Charette daf2bd3efe Fixed #28107 -- Disabled grouping of selected primary keys for unmanaged models. 8 years ago
  Riccardo Magliocchetti bdf192c593 Fixed #28148 -- Doc'd ImageField name validation concerns with the test client. 8 years ago
  Alexander Allakhverdiyev a7c6c705e8 Fixed #28129 -- Allowed custom template tags to use keyword-only arguments. 8 years ago
  Claude Paroz f87256b15e Refs #27795 -- Replaced force_text() with str() in contrib.messages 8 years ago