Histórico de Commits

Autor SHA1 Mensagem Data
  Scott Klein 5c3e88060e Updated some antique references in "Is Django stable?" há 13 anos atrás
  Aymeric Augustin 10cade8fac Removed a svn-specific hack from a test. há 13 anos atrás
  Aymeric Augustin b49bc5c990 Removed a svn-specific configuration for Sphinx. há 13 anos atrás
  Adrian Holovaty f4cc782711 Updated unique-messages.py to reference Git instead of SVN há 13 anos atrás
  Adrian Holovaty bcdc99dda2 Updated docs/intro/whatsnext.txt to reference Git instead of SVN há 13 anos atrás
  Adrian Holovaty 21f11e5280 Updated compilemessages and makemessages management commands to change SVN->Git references há 13 anos atrás
  Adrian Holovaty 8df8e516ab Updated docs/topics/install.txt to note github URL instead of code.djangoproject.com há 13 anos atrás
  Adrian Holovaty 226acf35c8 Added a friendly sentence to the README, to make sure GitHub committing is working há 13 anos atrás
  Claude Paroz ddc5d59c6a Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class is defined below. há 13 anos atrás
  Claude Paroz c34d069a75 Removed direct print statements from django management commands. há 13 anos atrás
  Claude Paroz 8aca3d1cc2 Removed unneeded deprecation warning silencing in test suite. há 13 anos atrás
  Claude Paroz a6b2a15348 Removed deprecated gender check in cz localflavor. Refs #14593. há 13 anos atrás
  Claude Paroz be12c9e908 Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility flag. Thanks Aymeric Augustin for the initial patch and Ramiro Morales for the review. há 13 anos atrás
  Claude Paroz 1858e47672 Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. há 13 anos atrás
  Claude Paroz ea9dc9f4b0 Fixed #18060 -- Corrected the import path of an example in custom management commands docs. Thanks smuss for the patch. há 13 anos atrás
  Claude Paroz 921d7f08b9 Removed some leftover references to old-syntax ssi template tag tests. Refs #18037. há 13 anos atrás
  Claude Paroz eb351ac9cb Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. há 13 anos atrás
  Anssi Kääriäinen c4e62eff90 Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used as an AutoField value. há 13 anos atrás
  Anssi Kääriäinen 612247b3a0 Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the server version is greater than 5.0.12. This allows for much faster testing. há 13 anos atrás
  Claude Paroz 03a442c8ad Fixed #17954 -- Fixed dependency checking for test databases. Thanks Łukasz Rekucki for the report and the patch. há 13 anos atrás
  Claude Paroz 530ab32e9f Fixed #18187 -- Completed example and details about custom command options. Thanks purple for the report. há 13 anos atrás
  Claude Paroz d93b2a8d8d Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the report and the initial patch. há 13 anos atrás
  Alex Gaynor bc8b9bd438 Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui for the patch. há 13 anos atrás
  Alex Gaynor e7d648d8cb Ignore .svn directories in the folders test from [17925]. This is what happens when you use git-svn. há 13 anos atrás
  Alex Gaynor 3c5ff9d703 Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in addition to regular files. Thank you to Brian Rosner, for encouraging me to first contribute to Django 4 years ago. há 13 anos atrás
  Ramiro Morales 83fc965171 Added documentation notes about lack of database savepoints support when using MySQL+MyISAM. há 13 anos atrás
  Claude Paroz 64bc22be94 Reworded the 'Set up a database' section of the installation docs. há 13 anos atrás
  Ramiro Morales 4536359887 Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3. há 13 anos atrás
  Anssi Kääriäinen 53fb45c6d8 Fixed #17615 -- Corrected unique field validation when using multitable inheritance. The validation used wrong pk value if the parent and child model had different pk fields. Thanks ungenio for the report and patch. há 13 anos atrás
  Claude Paroz 3d5d0be499 Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to reflect r17466. Thanks arthurprat for the report. há 13 anos atrás